Nevron.Nov.UI Namespace / NAutoCompleteBox Class


In This Topic
    NAutoCompleteBox Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverloaded. Initializes the auto complete data source and creates labels for the content of the auto complete drop down items. You should also call this method when you make a change to the auto complete source.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Layouts the element's content.  
    Internal Method  
    Protected MethodCreates the drop down list box.  
    Protected MethodOverridden. Overriden to create a popup window.  
    Protected MethodOverridden. Measures the element's content.  
    Protected MethodCalled when the CaseSensitive property has changed.  
    Protected MethodOverridden. Overriden to focus the underlying text box widget.  
    Protected MethodCalled when the image of this autocomplete box is clicked. Opens the drop down list box of the autocomplete box if it has any items.  
    Protected MethodCalled when an input char is entered inside the list box's node subtree.  
    Protected MethodCalled when the user has selected a list box item either by clicking it or by navigating to it and pressing <Enter>.  
    Protected MethodCalled when a key is pressed inside the list box's node subtree.  
    Protected MethodOverridden. Called when the popup has been closed.  
    Protected MethodCalled when the default height of the popup window has changed.  
    Protected MethodOverridden. Called when the popup is opened.  
    Protected MethodOverridden. Called when the popup is about to be opened.  
    Protected MethodCalled when the StringMatchMode property has changed.  
    Protected MethodCalled when the text of this text box has changed.  
    Protected MethodGets whether a popup should be shown for the given list box.  
    Top
    See Also