INRibbonWidget Interface Members
In This Topic
The following tables list the members exposed by INRibbonWidget.
Public Properties
| Name | Description |
 | CollapseToMedium | Determines when the widget should collapse to Medium state. |
 | CollapseToSmall | Determines when the widget should collapse to Small state. |
 | CurrentState | Gets or sets the state of the ribbon widget. Automatically updated by Nevron. |
 | InitialState | Gets or sets the initial state of the ribbon widget. This is also its largest allowed state. |
Top
Public Methods
| Name | Description |
 | 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. |
 | OnCurrentStateChanged | Called when the CurrentState of this ribbon widget has changed. |
 | OnInitialStateChanged | Called when the Initial state of this ribbon widget has changed. |
Top
See Also