SelectParticipants MethodSelectParticipants Method*
*



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

objectRequired. An object expression that evaluates to a Chat control.
valueRequired. A short integer value that determines which members are selected. Can be set to one of the following values.
0Deselects any highlighted member.
1Selects all the members.
2Deselects 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

SendMessage


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.