Class TextMenuItem
public class TextMenuItem : StandardMenuItem, INotifyPropertyChangedEx, INotifyPropertyChanged, IEnumerable<MenuItemBase>, IEnumerable
- Inheritance
-
PropertyChangedBaseTextMenuItem
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
TextMenuItem(MenuDefinitionBase)
public TextMenuItem(MenuDefinitionBase menuDefinition)
Parameters
menuDefinition
MenuDefinitionBase
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; }