Table of Contents

Class CommandMenuItem

Namespace
Gemini.Modules.MainMenu.Models
Assembly
Gemini.dll
public class CommandMenuItem : StandardMenuItem, INotifyPropertyChangedEx, INotifyPropertyChanged, IEnumerable<MenuItemBase>, IEnumerable, ICommandUiItem
Inheritance
PropertyChangedBase
CommandMenuItem
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

CommandMenuItem(Command, StandardMenuItem)

public CommandMenuItem(Command command, StandardMenuItem parent)

Parameters

command Command
parent StandardMenuItem

Properties

Command

public override ICommand Command { get; }

Property Value

ICommand

IconSource

public override Uri IconSource { get; }

Property Value

Uri

InputGestureText

public override string InputGestureText { get; }

Property Value

string

IsChecked

public override bool IsChecked { get; }

Property Value

bool

IsVisible

public override bool IsVisible { get; }

Property Value

bool

Text

public override string Text { get; }

Property Value

string