NRibbonTabPageGroup Class Members
In This Topic
The following tables list the members exposed by NRibbonTabPageGroup.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| InactiveHeaderFill | Gets/Sets the fill of inactive (not selected) tab page headers. By default set to null. |
| Name | Gets/Sets the name of this ribbon tab page group. |
| StripeFill | Gets/Sets the fill of the stripe shown at the top of the tab headers in this group. By default set to null. |
| StripeHeight | Gets/Sets the height of the tab page header stripe. By default set to 4 DIPs. |
| TabPages | Gets/Sets the collection of tab pages of this ribbon tab page group. |
Top
Protected Methods
| Name | Description |
| OnVisibilityChanged | Overridden. Called when the Visibility property has changed. Overriden to select the first tab of the owner ribbon tab if the currently selected tab is in this ribbon group and it is collapsed. This is the standard Microsoft Office ribbon behavior. |
Top
See Also