Choices Collection
Returns a set of Choice objects. Read-only.
Syntax
Choices
Remarks
In DTCs, Choices collections are used in the following ways:
-
A Choices collection is passed to the control with the OnGetChoices method. The control can publish dynamic Choice objects by adding them to this Choices object each time the method is called.
-
A Choices collection is passed to the control with the OnRebind method. The control can subscribe to choices by examining this Choices object directly.
-
A Choices collection may be filtered to extract only those Choice objects that match a set of criteria by calling the Filter method.