'Declaration
<DescriptionAttribute("Indicates how string representations of items contained in the combobox are considered.")>
<CategoryAttribute("Behavior")>
Public Property CompareType As CompareType
'Usage
Dim instance As WinComboBox
Dim value As CompareType
instance.CompareType = value
value = instance.CompareType
[Description("Indicates how string representations of items contained in the combobox are considered.")]
[Category("Behavior")]
public CompareType CompareType {get; set;}
Property Value
A CompareType value indicating how string representations of items contained in the combobox are considered. By default, DefaultCompareType.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2