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

In This Topic
    Checked Property (RadialMenuCommandItem)
    In This Topic
    Gets or sets a value indicating whether the menu item is checked.
    Syntax
    'Declaration
     
    
    Public Overrides Property Checked As Boolean
    public override bool Checked {get; set;}
    See Also