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


In This Topic
    NRibbonSplitButton Class Members
    In This Topic

    The following tables list the members exposed by NRibbonSplitButton.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CollapseToMedium property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CollapseToSmall property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CurrentState property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the InitialState property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRibbonSplitButton.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines when the button should collapse to Medium state.  
    Public PropertyDetermines when the button should collapse to Small state.  
    Public PropertyGets or sets the current state of the ribbon button. Automatically updated by Nevron.  
    Public PropertyGets or sets spacing in DIPs between the image and the text of this ribbon button. By default set to 3.  
    Public PropertyGets or sets the initial state of this ribbon split button. This is also its largest allowed state.  
    Public PropertyGets or sets the image that is shown in Large states.  
    Public PropertyGets or sets the image that is shown in Medium and Small states.  
    Public PropertyGets or sets the text that is shown in Large and Medium states.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a ribbon button in large state with the given image and text.  
    Public Methodstatic (Shared in Visual Basic)Creates a ribbon button in medium state with the given image and text.  
    Public Methodstatic (Shared in Visual Basic)Creates a ribbon button in small state with the given image and text.  
    Public MethodGets the size of the widget when in the given state.  
    Public MethodGets the state this widget should be in when its owner group is in the specified state.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to return null, because this method is not used by the ribbon split button. The popup content of the ribbon split button should be set through the Popup.Content property.  
    Protected MethodOverridden. Checks whether ths popup of this ribbon split button is empty.  
    Protected MethodOverridden. Called when the popup has been closed.  
    Protected MethodOverridden. Called when the popup is about to be opened.  
    Top
    See Also