RibbonApplicationButtonViewModel Class
Represents a view model for an application button control within a ribbon.
public class RibbonApplicationButtonViewModel : ObservableObjectBase
- Inheritance:
- object ObservableObjectBase object
Constructors
RibbonApplicationButtonViewModel()
Initializes a new instance of the class.
public RibbonApplicationButtonViewModel()
RibbonApplicationButtonViewModel(string?)
Initializes a new instance of the class with the specified label.
public RibbonApplicationButtonViewModel(string? label)
Parameter | Type | Description |
---|---|---|
label | string | The text label to display. |
RibbonApplicationButtonViewModel(string?, string?)
Initializes a new instance of the class with the specified label and key tip text.
public RibbonApplicationButtonViewModel(string? label, string? keyTipText)
Parameter | Type | Description |
---|---|---|
label | string | The text label to display. |
keyTipText | string | The key tip text, which is auto-generated from the |
Properties
KeyTipText
The key tip text used to access the control.
Label
The text label to display.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- ObservableObjectBase.OnPropertyChanged(string)
- ObservableObjectBase.OnPropertyChanged(PropertyChangedEventArgs)
- ObservableObjectBase.OnPropertyChanging(string)
- ObservableObjectBase.OnPropertyChanging(PropertyChangingEventArgs)
- ObservableObjectBase.SetProperty<T>(ref T, T, string)
- ObservableObjectBase.PropertyChanged
- ObservableObjectBase.PropertyChanging
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()