State PropertyState Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: RoomTopic Property
*Next Topic: ThisParticipantAlias Property

State Property

Retrieves whether the user is currently disconnected from, connected to, or in the process of connecting to a chat room. This property is read-only.

Syntax

object.State

Parameters

objectRequired. An object expression that evaluates to a Chat control.

Return Value

Returns the current user state. Can be one of the following values.
1Disconnected from any chat rooms
2Connecting to a chat room
3Connected to a chat room

See Also

CancelEntering, EnterRoom, ExitRoom, OnStateChanged


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