NRibbonGroupState Structure Members
In This Topic
The following tables list the members exposed by NRibbonGroupState.
Public Constructors
Public Properties
| Name | Description |
| Group | Gets the parent group of the state. |
| Priority | Gets or sets the layout priority of the state. Larger value means higher priority. By default set to 1. |
| State | Gets the type of the state. |
Top
Public Methods
| Name | Description |
| CompareTo | Compares this state to the given one by priority and returns -1 if the priority of this state is smaller than that of the given one. |
| GetGroupSize | Gets the size of the ribbon group when in this state. |
| GetLargerStateGroupSize | Gets the size of the ribbon grou when in a 1 step larger state than this one. |
Top
See Also