RadialController.CreateForCurrentView Method

Definition

Instantiates a RadialController object for the wheel device and binds it to the active application.

public:
 static RadialController ^ CreateForCurrentView();
 static RadialController CreateForCurrentView();
public static RadialController CreateForCurrentView();
function createForCurrentView()
Public Shared Function CreateForCurrentView () As RadialController

Returns

The RadialController object to bind to the active application.

Remarks

We recommend creating the RadialController object in your app's OnPageLoaded event handler.

Applies to

See also