Name | Description | |
---|---|---|
NRibbonToggleButton Constructor | Overloaded. |
The following tables list the members exposed by NRibbonToggleButton.
Name | Description | |
---|---|---|
NRibbonToggleButton Constructor | Overloaded. |
Name | Description | |
---|---|---|
CollapseToMediumProperty | Reference to the CollapseToMedium property. | |
CollapseToSmallProperty | Reference to the CollapseToSmall property. | |
CurrentStateProperty | Reference to the CurrentState property. | |
InitialStateProperty | Reference to the InitialState property. | |
NRibbonToggleButtonSchema | Schema associated with NRibbonToggleButton. |
Name | Description | |
---|---|---|
CollapseToMedium | Determines when the button should collapse to Medium state. | |
CollapseToSmall | Determines when the button should collapse to Small state. | |
CurrentState | Gets or sets the current state of the ribbon button. Automatically updated by Nevron. | |
ImageTextSpacing | Gets or sets spacing in DIPs between the image and the text of this ribbon button. By default set to 3. | |
InitialState | Gets or sets the initial state of this ribbon toggle button. This is also its largest allowed state. | |
LargeImage | Gets or sets the image that is shown in Large state. | |
SmallImage | Gets or sets the image that is shown in Medium and Small states. | |
Text | Gets or sets the text that is shown in Large and Medium states. |
Name | Description | |
---|---|---|
CreateLarge | Creates a ribbon button in large state with the given image and text. | |
CreateMedium | Creates a ribbon button in medium state with the given image and text. | |
CreateSmall | Creates a ribbon button in small state with the given image and text. | |
GetSize | Gets the size of the widget when in the given state. | |
GetStateForGroupState | Gets the state this widget should be in when its owner group is in the specified state. |