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


In This Topic
    NActionListSplitButton Class Members
    In This Topic

    The following tables list the members exposed by NActionListSplitButton.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the DoActions event.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Image property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NActionListSplitButton.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the QueryActions event.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the image shown in the action button of this split button.  
    Public PropertyA shortcut property, that gets the Menu.Items collection  
    Public PropertyA shortcut property, that casts the popup content to a NMenu instance  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a command source for this style split button and associates it with the given command.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to return a new NMenu instance  
    Protected MethodOverridden. Overriden to return true  
    Protected MethodCalled when the action button needs to perform multiple actions. Raises the DoActions event.  
    Protected MethodCalled when the Image property has changed.  
    Protected MethodOverridden. Called when the drop down has been closed.  
    Protected MethodRaises the QueryActions event and returns the list of action widgets populated by the event subscribers  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the action button has closed its drop down menu and multiple actions need to be performed.  
    Public EventOccurs when the action button is about to display a drop down list box, and needs to populate it with action widgets.  
    Top
    See Also