BinaryRibbonControlContextualTabSet
A custom control class that acts as the contextual tab set.
public class BinaryRibbonControlContextualTabSet : Control, IBinaryRibbonComponent, IBinaryRibbonKeyTipControl
Inherits from / implements: Control, IBinaryRibbonComponent, IBinaryRibbonKeyTipControl
Members at a glance
BackgroundColor | Gets or sets the color of the background. |
BinaryRibbonTag | Gets or sets a generic tag. |
IsCurrentlySelected | Gets or sets a value indicating whether this instance is currently selected. |
RibbonBarPanel | Gets or sets the BinaryRibbonBarPanel instance associated with this instance of contextual tab set. |
TabItems | Gets the tab items that are associated with this instance of contextual tab set. |
TitleText | Gets or sets the title text of this contextual tab set. |
OnTabItemCollectionChanged | Called when the tab item collection changes, which is where this control brings its layout back in step with its contents. |
BackgroundColorProperty | BackgroundColorProperty property. |
TitleTextProperty | TitleTextProperty property. |
Properties
BackgroundColor
Gets or sets the color of the background.
Value. The color of the background.
BinaryRibbonTag
Gets or sets a generic tag.
Value. The binary ribbon tag.
IsCurrentlySelected
Gets or sets a value indicating whether this instance is currently selected.
Value. true if this instance is currently selected; otherwise, false .
RibbonBarPanel
Gets or sets the BinaryRibbonBarPanel instance associated with this instance of contextual tab set.
TabItems
Gets the tab items that are associated with this instance of contextual tab set.
TitleText
Gets or sets the title text of this contextual tab set.
Value. The title text.
Methods
OnTabItemCollectionChanged
Called when the tab item collection changes, which is where this control brings its layout back in step with its contents.
- sender
- The collection that changed.
- e
- What was added, removed or moved.
Fields
BackgroundColorProperty
BackgroundColorProperty property.
TitleTextProperty
TitleTextProperty property.