HandwritingView.AreCandidatesEnabled Property
Definition
Gets or sets a value that specifies whether auto-completion candidates are shown as the use writes.
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
Property Value
true if auto-completion candidates are shown as the use writes; otherwise, false. The default is true.