CoreIndependentInputSourceController.CreateForVisual(Visual) 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.
Creates a CoreIndependentInputSourceController for the specified Visual.
public:
static CoreIndependentInputSourceController ^ CreateForVisual(Visual ^ visual);
static CoreIndependentInputSourceController CreateForVisual(Visual const& visual);
public static CoreIndependentInputSourceController CreateForVisual(Visual visual);
function createForVisual(visual)
Public Shared Function CreateForVisual (visual As Visual) As CoreIndependentInputSourceController
Parameters
- visual
- Visual
The input source visual.
Returns
The controller to associate with the Visual.