In This Article

RibbonContextualTabGroup Class

Represents a contextual tab group that shows contained tabs within a ActiproSoftware.Windows.Controls.Bars.RibbonContextualTabGroup.Ribbon when active.

public class RibbonContextualTabGroup : Control
Inheritance:
object Visual UIElement FrameworkElement Control object

Constructors

RibbonContextualTabGroup()

Initializes an instance of the class.

public RibbonContextualTabGroup()

Properties

Key

A string that uniquely identifies the control.

[Localizability(LocalizationCategory.NeverLocalize)]
public string? Key { get; set; }

Property Value

string

Label

The text label to display.

[Localizability(LocalizationCategory.Label)]
public string? Label { get; set; }

Property Value

string

Title

The string title, which can override the Label when displayed in screen tips and customization UI.

[Localizability(LocalizationCategory.Title)]
public string? Title { get; set; }

Property Value

string

Fields

KeyProperty

Defines the Key property.

public static readonly DependencyProperty KeyProperty

LabelProperty

Defines the Label property.

public static readonly DependencyProperty LabelProperty

TitleProperty

Defines the Title property.

public static readonly DependencyProperty TitleProperty

Extension Methods