InputPane.GetForCurrentView 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.
public:
static InputPane ^ GetForCurrentView();
static InputPane GetForCurrentView();
public static InputPane GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As InputPane
Returns
The input pane.
Remarks
This method is the only way to get an input pane object; you can't use the new operator to get a new input pane object.