Skip to main content

RibbonTab Members

A RibbonControl tab item.

Constructors

Name Description
RibbonTab() Initializes a new instance of the RibbonTab class.

Fields

Name Description
CaptionProperty static Identifies the Caption dependency property.
ContentTemplateProperty static Identifies the ContentTemplate dependency property.
ContentTemplateSelectorProperty static Identifies the ContentTemplateSelector dependency property.
StyleSettingsProperty static Identifies the StyleSettings dependency property.

Properties

Name Description
Caption Gets or sets the RibbonTab‘s caption. This is a dependency property.
ContentTemplate Gets or sets the template used to display the RibbonTab‘s Caption. This is a dependency property.
ContentTemplateSelector Gets or sets the template used to display the RibbonTab‘s Caption. This is a dependency property.
Groups Gets the collection of objects that are groups in the RibbonTab.
IsSelected Gets or sets whether the current ribbon tab is selected. This is a dependency property.
StyleSettings Gets or sets style settings applied to ribbon tabs. This is a dependency property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also