Name | Description | |
---|---|---|
NRibbonTab Constructor | Default constructor. |
The following tables list the members exposed by NRibbonTab.
Name | Description | |
---|---|---|
NRibbonTab Constructor | Default constructor. |
Name | Description | |
---|---|---|
AdditionalHeaderContentChild | Reference to the AdditionalHeaderContent child. | |
AdditionalTabContentChild | Reference to the AdditionalTabContent child. | |
ApplicationMenuChild | Reference to the ApplicationMenu child. | |
CollapseButtonChild | Reference to the CollapseButton child. | |
ExpandedProperty | Reference to the Expanded property. | |
HeadersSpacingProperty | Reference to the HeadersSpacing property. | |
NRibbonTabSchema | Schema associated with NRibbonTab. | |
QuickAccessToolBarChild | Reference to the QuickAccessToolBar child. | |
ScrollLeftButtonChild | Reference to the ScrollLeftButton child. | |
ScrollRightButtonChild | Reference to the ScrollRightButton child. | |
SearchBoxChild | Reference to the SearchBox child. | |
SelectedIndexProperty | Reference to the SelectedIndex property. | |
TabPageGroupsChild | Reference to the TabPageGroups child. | |
TabPagesChild | Reference to the TabPages child. |
Name | Description | |
---|---|---|
AdditionalHeaderContent | Gets/Sets the additional header content of the ribbon tab. Can be any widget and is most commonly a Help button. By default set to null. | |
AdditionalTabContent | Gets/Sets the additional tab content of the ribbon tab that is placed to the right of the tab pages content, which usually is after the last ribbon group. Can be any widget and is most commonly an image box with a logo. By default set to null. | |
ApplicationMenu | Gets/Sets the application menu. | |
CollapseButton | Gets/Sets the collapse button. | |
Expanded | Gets/Sets whether the ribbon is expanded. | |
HeadersSpacing | Gets/Sets the spacing between ribbon tab page headers. | |
QuickAccessToolBar | Gets/Sets the quick access toolbar. | |
ScrollLeftButton | Gets/Sets scroll left button. | |
ScrollRightButton | Gets/Sets the scroll right button. | |
SearchBox | Gets/Sets the SearchBox child. | |
SelectedIndex | Gets/Sets the selected page index. | |
SelectedPage | Gets/Sets the selected page. | |
TabPageGroups | Gets/Sets the TabPageGroups child. | |
TabPages | Gets/Sets the tab pages of this ribbon tab. |
Name | Description | |
---|---|---|
AccumulateDisplayChildren | Overridden. Appends the displayable children of the node to the provided list. | |
EnsureVisible | Ensures that the given tab page is visible. | |
GetBorderThickness | Overridden. Overriden to include the headers measure in the border thickness measure. | |
NavigateToPage | Navigates to the given page. | |
VisitChildDisplaySubtree | Overridden. Called to propagate the forward display traversal to the node child. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Overriden to make the content occupy the content area. | |
CKGd | ||
CreateBorderWall | Overridden. Overriden to return a border wall for the group box. | |
MeasureContent | Overridden. Overriden to return the desired size of the content. | |
OnChildInserted | Overridden. Called when a child node has been inserted. | |
OnCollapseButtonClick | Called when the collapse button was clicked. | |
OnScrollLeftButtonClick | Called when the scroll left button was clicked. | |
OnScrollRightButtonClick | Called when the scroll right button was clicked. | |
OnSelectedIndexChanged | Called when the SelectedIndex property has changed. | |
tjGd |
Name | Description | |
---|---|---|
SelectedIndexChanged | Occurs when the selected index property has changed. |