SimplifiedModeSettings Members
Contains settings specific to the Ribbon’s Simplified Mode.Fields
Name | Description |
---|---|
LocationProperty static | Identifies the SimplifiedModeSettings.Location attached 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. |
GetLocation(DependencyObject) static | Gets the value of the Location XAML attached proeprty. |
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. |
SetLocation(DependencyObject, Nullable<SimplifiedModeLocation>) static | Sets the value of the Location XAML attached property. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
Attached Properties
Name | Description |
---|---|
Location static | Gets or sets a value that specifies the ribbon item location. You can specify the location of the BarItem, BarItemLink, RibbonPageGroup items, and their descendants. This is an attached property. |
See Also