Udostępnij za pośrednictwem


CoreInputViewTransferringXYFocusEventArgs.KeepPrimaryViewVisible Property

Definition

Gets or sets whether the input pane remains visible when the UI element loses focus.

public:
 property bool KeepPrimaryViewVisible { bool get(); void set(bool value); };
bool KeepPrimaryViewVisible();

void KeepPrimaryViewVisible(bool value);
public bool KeepPrimaryViewVisible { get; set; }
var boolean = coreInputViewTransferringXYFocusEventArgs.keepPrimaryViewVisible;
coreInputViewTransferringXYFocusEventArgs.keepPrimaryViewVisible = boolean;
Public Property KeepPrimaryViewVisible As Boolean

Property Value

Boolean

bool

True, if the input pane remains visible; otherwise, false. The default is true.

Remarks

Primary view refers to either of the CoreInputViewKind.Keyboard or CoreInputViewKind.Handwriting views, while CoreInputView can be any of the values from CoreInputViewKind.

Applies to

See also