HandwritingView.IsSwitchToKeyboardEnabled 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 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)
|