RibbonTabBase Members
Serves as the base for classes that represent ribbon tabs.Constructors
Name | Description |
---|---|
RibbonTabBase() | Initializes a new instance of the RibbonTabBase class with default settings. |
Fields
Name | Description |
---|---|
GroupsSourceProperty static | Identifies the RibbonTabBase.GroupsSource dependency property. |
GroupTemplateProperty static | Identifies the RibbonTabBase.GroupTemplate dependency property. |
GroupTemplateSelectorProperty static | Identifies the RibbonTabBase.GroupTemplateSelector dependency property. |
IsSelectedProperty static | Identifies the RibbonTabBase.IsSelected dependency property. |
Properties
Name | Description |
---|---|
GroupsSource | Gets or sets the source of groups with which this RibbonTabBase should be populated. This is a dependency property. |
GroupTemplate | Gets or sets a template that specifies the appearance of groups located within the current tab. This is a dependency property. |
GroupTemplateSelector | Gets or sets an object that chooses a ribbon group template based on custom logic. This is a dependency property. |
IsSelected | Gets or sets whether the current ribbon tab is selected. This is a dependency property. |
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