OpeningChannels PropertyOpeningChannels Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Nickname Property
*Next Topic: ProcessProtocolMessages Property

OpeningChannels Property

Returns the number of opening channels in the Channels collection.

Syntax

value=object.OpeningChannels

Parameters

valueRequired. A long integer value that receives the number of opening channels in the Channels collection.
objectRequired. An object expression that evaluates to an MsChatPr control.

Remarks

Access is read-only.

Example

Dim lOpeningChannels As Long
MsChatPr1.Channels.Add
MsChatPr1.Channels.JoinChannel "#Foo"
lOpeningChannels = MsChatPr1.OpeningChannels	'returns 1

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