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


In This Topic
    NMenuSplitButton Class Members
    In This Topic

    The following tables list the members exposed by NMenuSplitButton.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NMenuSplitButton  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedIndex property.  
    Top
    Public Properties
     NameDescription
    Public PropertyA shortcut property that gets the Menu.Items collection.  
    Public PropertyA shortcut property that casts the popup content to an NMenu instance.  
    Public PropertyGets or sets the the index of the currently selected menu item.  
    Public PropertyGets the currently selected value.  
    Top
    Public Methods
     NameDescription
    Public MethodFills the menu of the split button from the given array of values and uses the specified headers array for the headers of the created menu items. The number of values should be equal to the number of images. Assigns the corresponding value to the Tag property of each menu item.  
    Public MethodOverloaded. Fills the menu split button from enum. Assigns the corresponding enum value to the Tag property of each menu item.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the content of the action button for the given menu item.  
    Protected MethodCreates a menu item for the given value. Uses the specified header for the header of the menu item.  
    Protected MethodOverridden. Overriden to return a new NMenu instance.  
    Protected MethodOverridden. Overriden to return true.  
    Protected MethodCalled when a menu item has been clicked.  
    Protected MethodCalled when the SelectedIndex property has changed.  
    Internal Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the selected index property has changed.  
    Top
    See Also