Nevron.Nov.UI Namespace / NComboBoxItemsCommandSource Class


In This Topic
    NComboBoxItemsCommandSource Class Methods
    In This Topic

    For a list of all members of this type, see NComboBoxItemsCommandSource 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.  
    Protected MethodOverridden. Overriden to update the command source element SelectedIndex property.  
    Internal Method  
    Internal Method  
    Top
    See Also