Name | Description | |
---|---|---|
![]() | NRibbonSplitButton Constructor | Overloaded. |
The following tables list the members exposed by NRibbonSplitButton.
Name | Description | |
---|---|---|
![]() | NRibbonSplitButton 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. |
![]() ![]() | NRibbonSplitButtonSchema | Schema associated with NRibbonSplitButton. |
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 split button. This is also its largest allowed state. |
![]() | LargeImage | Gets or sets the image that is shown in Large states. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | CreatePopupContent | Overridden. 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. |
![]() | IsPopupEmpty | Overridden. Checks whether ths popup of this ribbon split button is empty. |
![]() | OnPopupClosed | Overridden. Called when the popup has been closed. |
![]() | OnPopupOpening | Overridden. Called when the popup is about to be opened. |