Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / MenuItem Class / MenuCommand Property


In This Topic
    MenuCommand Property
    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