Contents Index Topic Contents | ||
Previous Topic: MoveSplitBar Method Next Topic: SendMessage Method |
SelectParticipants Method
Selects, deselects, or inverts the selection of members in the Participant list box.
Syntax
object.SelectParticipants value
Parameters
object Required. An object expression that evaluates to a Chat control. value Required. A short integer value that determines which members are selected. Can be set to one of the following values.
0 Deselects any highlighted member. 1 Selects all the members. 2 Deselects the highlighted members and selects the members that were not highlighted. Remarks
This method has an effect only if the UIOption property includes a Participant list box (value=4).
See Also
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.