Name | Description | |
---|---|---|
NRibbonButtonContent Constructor | Overloaded. |
The following tables list the members exposed by NRibbonButtonContent.
Name | Description | |
---|---|---|
NRibbonButtonContent Constructor | Overloaded. |
Name | Description | |
---|---|---|
ImageTextSpacingProperty | Reference to the ImageTextSpacing property. | |
LargeContentChild | Reference to the LargeContent child. | |
LargeImageProperty | Reference to the LargeImage property. | |
MediumContentChild | Reference to the MediumContent child. | |
NRibbonButtonContentSchema | Schema associated with NRibbonButtonContent. | |
SmallContentChild | Reference to the SmallContent child. | |
SmallImageProperty | Reference to the SmallImage property. | |
TextProperty | Reference to the Text property. |
Name | Description | |
---|---|---|
ImageTextSpacing | Gets or sets spacing in DIPs between the image and the text of this ribbon button. By default set to 3. | |
LargeContent | Gets or sets the LargeContent child. | |
LargeImage | Gets or sets the image that is shown in Large states. | |
MediumContent | Gets or sets the MediumContent child. | |
SmallContent | Gets or sets the SmallContent child. | |
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 | |
---|---|---|
ArrangeContent | Overridden. Arranges the content of this widget. | |
bEhd | ||
CreateContent | Creates a content widget based on the given image, text and box relation. | |
CreateLargeContent | Creates the large content. | |
CreateMediumContent | Creates the medium content. | |
CreateSmallContent | Creates the small content. | |
EEhd | ||
MeasureContent | Overridden. 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. | |
ProcessTextForLargeState | Processes the given text to the text that should be shown in large state. | |
ProcessTextForMediumState | Processes the given text to the text that should be shown in medium state. | |
SetImage | Sets the image of the given content widget. | |
SetSpacing | Sets the spacing between the parts of the given content widget. | |
SetText | Sets the text of the given content widget. |