RadialControllerConfiguration.ActiveControllerWhenMenuIsSuppressed Property

Definition

Gets or sets the RadialController to activate when the RadialController menu is suppressed.

public:
 property RadialController ^ ActiveControllerWhenMenuIsSuppressed { RadialController ^ get(); void set(RadialController ^ value); };
RadialController ActiveControllerWhenMenuIsSuppressed();

void ActiveControllerWhenMenuIsSuppressed(RadialController value);
public RadialController ActiveControllerWhenMenuIsSuppressed { get; set; }
var radialController = radialControllerConfiguration.activeControllerWhenMenuIsSuppressed;
radialControllerConfiguration.activeControllerWhenMenuIsSuppressed = radialController;
Public Property ActiveControllerWhenMenuIsSuppressed As RadialController

Property Value

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

When the menu is suppressed, the press-and-hold gesture does not cause it to be displayed.

Listen for the ButtonHolding event to implement custom handling of the press-and-hold gesture.

Applies to

See also