Share via


HandwritingView.IsSwitchToKeyboardEnabled Eigenschaft

Definition

Ruft ab oder legt fest, ob eine Schaltfläche zum Wechseln zur Tastatureingabe in der HandwritingView sichtbar ist.

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

void IsSwitchToKeyboardEnabled(bool value);
public bool IsSwitchToKeyboardEnabled { get; set; }
var boolean = handwritingView.isSwitchToKeyboardEnabled;
handwritingView.isSwitchToKeyboardEnabled = boolean;
Public Property IsSwitchToKeyboardEnabled As Boolean

Eigenschaftswert

Boolean

bool

True (Standard), wenn die Tastaturschaltfläche sichtbar ist. Andernfalls „false“.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2104 (eingeführt in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v12.0)

Gilt für:

Weitere Informationen