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

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