InputPane.Visible Property
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.
Gets or sets a value that indicates whether the input pane is shown.
Important
Valid for Xbox device family only.
For universal apps, the OccludedRect property indicates the region of the app window obstructed by the input pane.
public:
property bool Visible { bool get(); void set(bool value); };
bool Visible();
void Visible(bool value);
public bool Visible { get; set; }
var boolean = inputPane.visible;
inputPane.visible = boolean;
Public Property Visible As Boolean
Property Value
Boolean
bool
true if the input pane is shown; otherwise, false.