IsTextPredictionEnabled Property (C1TextBox)
In This Topic
Syntax
'Declaration
Public Property IsTextPredictionEnabled As Boolean
'Usage
Dim instance As C1TextBox
Dim value As Boolean
instance.IsTextPredictionEnabled = value
value = instance.IsTextPredictionEnabled
public bool IsTextPredictionEnabled {get; set;}
See Also