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

In This Topic
    AutoHide Property
    In This Topic
    Gets or sets a value indicating whether the radial menu should automatically hide on certain events (such as lost focus etc).

    The default is true.

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