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


NComboTextBox Class Members

The following tables list the members exposed by NComboTextBox.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with NComboTextBox.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Initializes the combo text box auto complete list from the combo box items.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Handles the key down event.  
Protected MethodOverridden. Called when the user has selected a list box item either by clicking it or by navigating to it and pressing <Enter>.  
Protected MethodOverridden. Called when the popup queries whether to stay opened. This implementation returns true if the popup is active, has active descendant windows or the owner combo box is focused.  
Protected MethodOverridden. Called when the text of this text box has changed.  
Protected MethodOverridden. Gets whether a popup should be shown for the given list box.  
Top
See Also