HandwritingView.AreCandidatesEnabled Property

Definition

Gets or sets a value that specifies whether auto-completion candidates are shown as the user 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

Boolean

bool

true if auto-completion candidates are shown as the use writes; otherwise, false. The default is true.

Applies to

See also