Nevron.Nov.UI Namespace / NAutoCompleteBox Class


In This Topic
    NAutoCompleteBox Class Properties
    In This Topic

    For a list of all members of this type, see NAutoCompleteBox members.

    Public Properties
     NameDescription
    Public PropertyDetermines whether the auto complete suggestions are case sensitive or not. By default set to false (i.e. not case sensitive).  
    Public PropertyGets or sets the text displayed when the text box is empty.  
    Public PropertyGets or sets the image of this auto complete box.  
    Public PropertyGets or sets whether the image should be displayed before the text. By default set to false, which means that the image is displayed after the text.  
    Public PropertyGets or sets whether to show a hover effect on items in this container. By default set to false.  
    Public PropertyGets or sets the string match mode that together with the search string entered in this text box determines the visible auto complete list box items. By default set to Nevron.Nov.DataStructures.ENStringMatchMode.StartsWith.  
    Public PropertyGets or sets the text in this auto complete text box.  
    Top
    Protected Properties
     NameDescription
    Protected Internal PropertyGets the underlying image box of this auto complete box.  
    Protected Internal PropertyGets the list box of this autocomplete box popup.  
    Protected Internal PropertyGets the underlying text box of this auto complete box.  
    Top
    See Also