共用方式為


HandwritingView.AreCandidatesEnabled 屬性

定義

取得或設定值,指定自動完成候選項目是否顯示為使用者寫入。

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

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

屬性值

Boolean

bool

如果自動完成候選項目顯示為使用寫入,則為true;否則為false。 預設值為 True

適用於

另請參閱