[]
Represents a tab element in a C1.Win.Ribbon.BackstageViewTab.BackstageView component.
public class BackstageViewTab : RibbonIconItem, IComponent, IDisposable, IUiaToggleButton, IUiaToggleProvider, IUiaScrollItemProvider
Name | Description |
---|---|
BackstageViewTab() | Creates a new instance of BackstageViewTab. |
BackstageViewTab(Image) | Creates a new instance of BackstageViewTab. |
BackstageViewTab(string) | Creates a new instance of BackstageViewTab. |
BackstageViewTab(string, Image) | Creates a new instance of BackstageViewTab. |
BackstageViewTab(string, Image, Image) | Creates a new instance of BackstageViewTab. |
Name | Description |
---|---|
Control | Gets or sets the control that this BackstageViewTab is hosting. |
KeyTip | Gets or sets the KeyTip providing keyboard access to the BackstageViewTab. |
Selected | Gets or sets whether this BackstageViewTab is currently selected. Only one tab can be selected at any time. |
Text | Gets or sets the text associated with the BackstageViewTab. |
Name | Description |
---|---|
OnDeselect(EventArgs) | Raises the Deselect event. |
OnSelect(EventArgs) | Raises the Select event. |
Name | Description |
---|---|
Deselect | Occurs after a BackstageViewTab is deselected. |
Select | Occurs after a BackstageViewTab is selected. |