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

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