RadialController.CreateForCurrentView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.