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


In This Topic
    NComboBoxItemsCommandSource Class Members
    In This Topic

    The following tables list the members exposed by NComboBoxItemsCommandSource.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NComboBoxItemsCommandSource.  
    Top
    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.  
    Internal Method  
    Top
    See Also