Skip to main content

RibbonTab Members

Represents a ribbon tab.

Constructors

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

Fields

Name Description
GroupsSourceProperty static Identifies the RibbonTabBase.GroupsSource dependency property. Inherited from RibbonTabBase.
GroupTemplateProperty static Identifies the RibbonTabBase.GroupTemplate dependency property. Inherited from RibbonTabBase.
GroupTemplateSelectorProperty static Identifies the RibbonTabBase.GroupTemplateSelector dependency property. Inherited from RibbonTabBase.
IsSelectedProperty static Identifies the RibbonTabBase.IsSelected dependency property. Inherited from RibbonTabBase.

Properties

Name Description
Groups Gets the collection of groups displayed by the current tab.
GroupsSource Gets or sets the source of groups with which this RibbonTabBase should be populated. This is a dependency property. Inherited from RibbonTabBase.
GroupTemplate Gets or sets a template that specifies the appearance of groups located within the current tab. This is a dependency property. Inherited from RibbonTabBase.
GroupTemplateSelector Gets or sets an object that chooses a ribbon group template based on custom logic. This is a dependency property. Inherited from RibbonTabBase.
IsSelected Gets or sets whether the current ribbon tab is selected. This is a dependency property. Inherited from RibbonTabBase.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. 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