Returns the Choice object currently bound to the ChoiceSink object. Read-only.
Syntax
[Set oChoice = ]object.BoundChoice
Parameters
oChoice
The Choice object that currently matches the ChoiceFilter property of the given ChoiceSink object.
object
The ChoiceSink object
Remarks
Note that only a single Choice object will match each Choice sink. If multiple choices match, only the first will be reported. To determine the complete list of available choices that match a filter, examine the Choices collection passed to the OnRebind method.
Applies to ChoiceSink object