Version

ComboFilteringCondition Enumeration

Specifies condition which is used for filtering
Syntax
'Declaration
 
Public Enum ComboFilteringCondition 
   Inherits System.Enum
public enum ComboFilteringCondition : System.Enum 
Members
MemberDescription
ContainsSingle match in item
DoesNotContainMatch which does not contain from item text
DoesNotEqualDoes not match item
EndsWithMatch which ends with the item text
EqualsSingle match in item
GreaterThanMatch items that are greater than some item
GreaterThanOrEqualToMatch items that are greater than or equal to some item
LessThanMatch items that are less than some item
LessThanOrEqualToMatch items that are less than or equal to some item
StartsWithMatch which starts from beginning of item text
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, 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

See Also

View on GitHub