InputPane.GetForCurrentView Method

Definition

Gets the InputPane object associated with the application window that is currently visible.

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.

Applies to