InputPane.Visible Property

Definition

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.

Applies to

See also