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

In This Topic
    Checked Property (C1ContextMenu)
    In This Topic
    Gets or sets whether the command is checked.
    Syntax
    'Declaration
     
    
    Public Property Checked As Boolean
    public bool Checked {get; set;}
    See Also