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