ChoiceFilter Object

Represents filtering criteria that can be applied to a Choices Collection to produce filtered Choices collections.

Syntax

ChoiceFilter

Remarks

Use ChoiceFilter objects in the following ways:

All tags in the Tags collection are initially in a no-value state. Tags can be set to a value by calling the AddTag method, and they can be individually reset to the no-value state by calling the DeleteTag or DeleteTags methods.

Note   Filtering is only supported on a subset of the properties exposed by Choice objects: type, text, sequential, and tags.

Note that PopUp choices never match a ChoiceFilter that has its Text property set.

Properties Methods
Invert Property AddSpecialTag Method
Sequential Property AddTag Method
Tags Property DeleteTag Method
Text Property DeleteTags Method
Type Property Reset Method

See also   Identifying a Choice of Interest