RibbonControl Members
In This Article
#Constructors
Name | Description |
---|---|
Ribbon |
Initializes a new instance of the Ribbon |
#Fields
#Properties
Name | Description |
---|---|
Backstage |
Gets or sets the Backstage |
Can |
Gets or sets whether the contents of ribbon tabs are collapsed/expanded on clicking the active tab. This is a dependency property. |
Change |
Gets the command that changes the current state of the ribbon.
Inherited from Ribbon |
Change |
Gets the command that changes the ribbon’s view mode.
Inherited from Ribbon |
Contextual |
Inherited from Ribbon |
Contextual |
Gets or sets a template that specifies the appearance of contextual tab item headers. This is a dependency property.
Inherited from Ribbon |
Embed |
Gets or sets whether the Ribbon |
Header |
Inherited from Ribbon |
Header |
Gets or sets a template that defines the presentation of ribbon tab headers. This is a dependency property.
Inherited from Ribbon |
Help |
Gets or sets an object that represents a ribbon help pane. This is a dependency property. |
Is |
Gets or sets whether an end-user can edit the Ribbon |
Selected |
Gets or sets which of the Ribbon |
Selected |
Gets or sets the caption of the tab that is currently selected. This is a dependency property.
Inherited from Ribbon |
Show |
Gets or sets whether the Ribbon |
State |
Gets or sets whether a ribbon is collapsed. This is a dependency property.
Inherited from Ribbon |
Tabs |
Gets the collection of Ribbon |
Tabs |
Gets or sets the source of tabs with which this Ribbon |
Tab |
Gets or sets a template that defines the presentation of ribbon tabs. This is a dependency property.
Inherited from Ribbon |
Tab |
Gets or sets an object that chooses a ribbon tab template based on custom logic. This is a dependency property.
Inherited from Ribbon |
Title | Gets or sets the title displayed at the top of the Ribbon control. |
Title |
|
View |
Gets or sets whether or not the auto-hide functionality is enabled. This is a dependency property.
Inherited from Ribbon |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Restore |
|
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Selected |
Fires after the currently selected tab item has been changed.
Inherited from Ribbon |
See Also