HandwritingView.IsSwitchToKeyboardEnabled Property

Definition

Gets or sets whether a button for switching to keyboard input is visible on the HandwritingView.

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

Property Value

Boolean

bool

True (default), if the keyboard button is visible. Otherwise, false.

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Applies to

See also