History PropertyHistory Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: Height Property
*Next Topic: LastMessageReceived Property

History Property

Retrieves the current content of the History text box. This property is read-only and has meaning only if the internal user interface is displayed.

Syntax

object.History

Parameters

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

Return Value

Returns a BSTR value that contains the current contents of the History text box. If UIOption does not include the History text box (value=8), this property returns an empty string.

Remarks

The length of this string is limited by the MaxHistoryLength property.

See Also

ClearHistory


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