[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonContextualTabGroup

RibbonContextualTabGroup Class

Implements a contextual tab group.

Inheritance
RibbonContextualTabGroup
Implements
ISupportUiaContainer
IUiaSelectionItemProvider
Namespace: C1.Win.Ribbon
Assembly: C1.Win.Ribbon.4.8.dll
Syntax
public class RibbonContextualTabGroup : Component, IComponent, IDisposable, ISupportUiaContainer, IUiaSelectionItemProvider

Constructors

Name Description
RibbonContextualTabGroup()

Creates a new instance of RibbonContextualTabGroup.

RibbonContextualTabGroup(string)

Creates a new instance of RibbonContextualTabGroup.

Properties

Name Description
Clickable

Gets or set whether it is allowed to click the caption of this tab group.

Color

Gets or sets color of the contextual tab group.

Font

Gets or sets the Font used by the RibbonContextualTabGroup.

ForeColor

Gets or sets the Color used to display text in the RibbonContextualTabGroup.

IsDisposed

Gets a value indicating whether the RibbonContextualTabGroup has been disposed of.

Name

Gets or sets the unique name for this RibbonContextualTabGroup.

OwnerCollection

Gets the owner collection for this RibbonContextualTabGroup.

Ribbon

Gets the C1Ribbon that this RibbonContextualTabGroup belongs to.

Tabs

Gets the collection of tabs in this RibbonContextualTabGroup.

Tag

User-defined data associated with the RibbonContextualTabGroup.

Text

Gets or sets the caption text for the contextual tab group.

ToolTip

Gets or sets the ToolTip string.

Visible

Gets or sets whether the contextual tab group is visible.

Methods

Name Description
Dispose(bool)

Clean up any resources being used.

OnClick(EventArgs)

Raises the Click event.

ResetForeColor()
ShouldSerializeForeColor()
ShouldSerializeID()
ShouldSerializeName()
ShouldSerializeTabs()

Events

Name Description
Click

Occurs when the caption of a contextual tab group is clicked.