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
value Required. A long integer value that receives the number of opening channels in the Channels collection. object Required. 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
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.