NevronOpenVision
Nevron.Nov.UI Namespace / NAutoCompleteBox Class
Fields Properties Methods Events


NAutoCompleteBox Class Members

The following tables list the members exposed by NAutoCompleteBox.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the CaseSensitive property.  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NAutoCompleteBox.  
Public Fieldstatic (Shared in Visual Basic)Reference to the PairBox child.  
Public Fieldstatic (Shared in Visual Basic)Reference to the StringMatchMode property.  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Top
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 image of this auto complete box.  
Public PropertyGets/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 the string match mode that together with the search string entered in this text box determines the visible auto complete list box items.  
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
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.  
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.  
Internal Method  
Top
Public Events
 NameDescription
Public EventOccurs when user has selected an item in the drop down list box either by clicking it or by pressing enter when it is highlighted. You can subscribe to this event only after the auto complete box has been initialized through the Init method.  
Public EventOccurs when the text of this auto complete box has changed.  
Top
See Also