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
See Also