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


In This Topic
    NRibbonButtonContent Class Members
    In This Topic

    The following tables list the members exposed by NRibbonButtonContent.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the ImageTextSpacing property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LargeContent child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LargeImage property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the MediumContent child.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRibbonButtonContent.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SmallContent child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SmallImage property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Text property.  
    Top
    Public Properties
     NameDescription
    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 LargeContent child.  
    Public PropertyGets or sets the image that is shown in Large states.  
    Public PropertyGets or sets the MediumContent child.  
    Public PropertyGets or sets the SmallContent child.  
    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
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arranges the content of this widget.  
    Internal Method  
    Protected MethodCreates a content widget based on the given image, text and box relation.  
    Protected MethodCreates the large content.  
    Protected MethodCreates the medium content.  
    Protected MethodCreates the small content.  
    Internal Method  
    Protected MethodOverridden. Measures the content of this widget. The size returned by this method depends on the state of the ribbon widget that owns this ribbon button content.  
    Protected MethodProcesses the given text to the text that should be shown in large state.  
    Protected MethodProcesses the given text to the text that should be shown in medium state.  
    Protected MethodSets the image of the given content widget.  
    Protected MethodSets the spacing between the parts of the given content widget.  
    Protected MethodSets the text of the given content widget.  
    Top
    See Also