Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuCommandItem Class / Command Property

In This Topic
    Command Property (RadialMenuCommandItem)
    In This Topic
    Gets or sets the C1Command associated with this menu item.
    Syntax
    'Declaration
     
    
    Public Property Command As C1Command
    public C1Command Command {get; set;}
    See Also