RibbonTabGroup Class Members
The following tables list the members exposed by RibbonTabGroup.
Public Constructors
Name | Description | |
---|---|---|
RibbonTabGroup Constructor | Default constructor. |
Public Properties
Name | Description | |
---|---|---|
Caption | Gets or sets the description displayed in the caption of the RibbonTabGroup. | |
DialogBoxLauncherKey | Gets or sets the DialogBoxLauncherKey associated with a group. | |
HelpContextID | Gets or sets the identifier of the help context. | |
HideWhenEmpty | Gets or sets a value indicating whether the when empty is hidden. | |
KeyTip | Gets or sets the key tip. | |
LayoutDirection | Gets or sets the layout direction. | |
Name | The Key of the RibbonTabGroup in the RibbonTabGroupCollection. | |
RibbonTabGroupTreeNode | Gets or sets the ribbon tab group tree node. | |
Tools | Gets the ToolsCollection containing the tools to display in the TabGroup. | |
UICName | Gets or sets the name of the uic. |
Public Methods
Name | Description | |
---|---|---|
InsertTool | Overloaded. Inserts a tool. | |
RemoveTool | Removes the tool described by tool. | |
ToString | Returns a string that represents the current object. |
Public Events
Name | Description | |
---|---|---|
PropertyChanged | Event queue for all listeners interested in PropertyChanged events. | |
QueryValidName | Event queue for all listeners interested in QueryValidName events. |
See Also