Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / Enabled Property

In This Topic
    Enabled Property (C1RadialMenu)
    In This Topic
    Gets or sets a value indicating whether the radial menu is enabled.

    The default is true.

    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also