'Declaration Public Enum WinComboBox.SearchPattern Inherits System.Enum
'Usage Dim instance As WinComboBox.SearchPattern
public enum WinComboBox.SearchPattern : System.Enum
'Declaration Public Enum WinComboBox.SearchPattern Inherits System.Enum
'Usage Dim instance As WinComboBox.SearchPattern
public enum WinComboBox.SearchPattern : System.Enum
Member | Description |
---|---|
Contains | The string to find contains the specified string. |
EndsWith | The string to find ends with the specified string. |
Exact | The string to find is the exact specified string. |
StartsWith | The string to find starts with the specified string. |
System.Object
System.ValueType
System.Enum
Xceed.Editors.WinComboBox.SearchPattern
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