MaxHistoryLength PropertyMaxHistoryLength Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: LastMessageSent Property
*Next Topic: MaxMembers Property

MaxHistoryLength Property

Retrieves or sets the maximum number of characters allowed in the History text box. This property has meaning only if the internal user interface is displayed.

Syntax

object.MaxHistoryLength[=value]

Parameters

objectRequired. An object expression that evaluates to a Chat control.
valueOptional. A long integer value that sets the maximum number of characters allowed in the History text box.

Return Value

Returns the maximum number of characters allowed in the History text box. If the UIOption property does not include the History text box (value=8), this property is equal to zero. The default value of MaxHistoryLength is 32K.

See Also

ClearHistory, History


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