[]
        
(Showing Draft Content)

C1.Win.Ribbon.BackstageViewTab

BackstageViewTab Class

Represents a tab element in a C1.Win.Ribbon.BackstageViewTab.BackstageView component.

Implements
IUiaToggleButton
IUiaToggleProvider
IUiaScrollItemProvider
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class BackstageViewTab : RibbonIconItem, IComponent, IDisposable, IUiaToggleButton, IUiaToggleProvider, IUiaScrollItemProvider

Constructors

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.

Properties

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.

Methods

Name Description
OnDeselect(EventArgs)

Raises the Deselect event.

OnSelect(EventArgs)

Raises the Select event.

Events

Name Description
Deselect

Occurs after a BackstageViewTab is deselected.

Select

Occurs after a BackstageViewTab is selected.