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

In This Topic
    Checked Property (RadialMenuItem)
    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