Class CommandMenuItem
public class CommandMenuItem : StandardMenuItem, INotifyPropertyChangedEx, INotifyPropertyChanged, IEnumerable<MenuItemBase>, IEnumerable, ICommandUiItem
- Inheritance
-
PropertyChangedBaseCommandMenuItem
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
CommandMenuItem(Command, StandardMenuItem)
public CommandMenuItem(Command command, StandardMenuItem parent)
Parameters
command
Commandparent
StandardMenuItem
Properties
Command
public override ICommand Command { get; }
Property Value
IconSource
public override Uri IconSource { get; }
Property Value
InputGestureText
public override string InputGestureText { get; }
Property Value
IsChecked
public override bool IsChecked { get; }
Property Value
IsVisible
public override bool IsVisible { get; }
Property Value
Text
public override string Text { get; }