In This Topic
Gets or sets the command of the menu item.
Syntax
'Declaration
Public Property MenuCommand As ICommand
'Usage
Dim instance As MenuItem
Dim value As ICommand
instance.MenuCommand = value
value = instance.MenuCommand
public ICommand MenuCommand {get; set;}
See Also