ComponentOne Basic Library for WPF and Silverlight
IsTextSearchEnabled Property (C1ComboBox)


C1.WPF Namespace > C1ComboBox Class : IsTextSearchEnabled Property
Syntax
'Declaration
 
Public Property IsTextSearchEnabled As System.Boolean
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Boolean
 
instance.IsTextSearchEnabled = value
 
value = instance.IsTextSearchEnabled
public System.bool IsTextSearchEnabled {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members