CoreInputViewTransferringXYFocusEventArgs.KeepPrimaryViewVisible 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 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.