Share via


HandwritingView.IsSwitchToKeyboardEnabled 屬性

定義

取得或設定切換至鍵盤輸入的按鈕是否顯示在 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

屬性值

Boolean

bool

如果顯示鍵盤按鈕,則為 True (預設) 。 否則為 false。

Windows 需求

裝置系列
Windows 10, version 2104 (已於 10.0.20348.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v12.0 引進)

適用於

另請參閱