NevronOpenVision
Nevron.Nov.UI Namespace / NComboBoxStringCommandSource Class


NComboBoxStringCommandSource Class Methods

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

Protected Methods
 NameDescription
Protected MethodOverridden. Attaches the command source to the specified element.  
Protected MethodOverridden. Detaches the command source to the specified element.  
Protected MethodOverridden. Gets the mask that defines the aspects of the owner element that need to be updated at update timer ticks and after command execution.  
Protected MethodCalled when the combo box selected index has changed.  
Protected MethodCalled when the the combo box's text box has lost focus.  
Protected MethodCalled when a key is pressed while the combo text box has focus.  
Protected MethodCalled when the text of the combo text box has been validated. The default implementation checks whether the text of the text box matches a combo box item and sets the combo box selected index accordingly.  
Internal Method  
Protected MethodOverridden. Overriden to update the command source element SelectedIndex property.  
Top
See Also