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

In This Topic
    Expanded Property
    In This Topic
    Gets or sets a value indicating whether the radial menu is currently expanded. If the menu is currently invisible (Visible is false), setting this property throws an exception.
    Syntax
    'Declaration
     
    
    Public Property Expanded As Boolean
    public bool Expanded {get; set;}
    Exceptions
    ExceptionDescription
     
    See Also