RadialControllerMenu.IsEnabled Property

Definition

Gets or sets whether custom tools are displayed on the RadialController menu.

public:
 property bool IsEnabled { bool get(); void set(bool value); };
bool IsEnabled();

void IsEnabled(bool value);
public bool IsEnabled { get; set; }
var boolean = radialControllerMenu.isEnabled;
radialControllerMenu.isEnabled = boolean;
Public Property IsEnabled As Boolean

Property Value

Boolean

bool

true if the menu displays custom tools; otherwise false.

If false, no custom tools are displayed, and Items is empty.

Remarks

In Windows 10 Anniversary Update, this property does not return a value.

Applies to

See also