Class StandardMenuItem
public abstract class StandardMenuItem : MenuItemBase, INotifyPropertyChangedEx, INotifyPropertyChanged, IEnumerable<MenuItemBase>, IEnumerable
- Inheritance
-
PropertyChangedBaseStandardMenuItem
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Command
public abstract ICommand Command { get; }
Property Value
IconSource
public abstract Uri IconSource { get; }
Property Value
InputGestureText
public abstract string InputGestureText { get; }
Property Value
IsChecked
public abstract bool IsChecked { get; }
Property Value
IsVisible
public abstract bool IsVisible { get; }
Property Value
Text
public abstract string Text { get; }