Windows Media Player SDK banner art
PreviousNext

TEXT.toolTip

The toolTip attribute specifies or retrieves the ToolTip text for the text control.

Syntax

elementID.toolTip

Possible Values

This attribute is a read/write String with a maximum length of 1024 characters. It has no default value.

Remarks

If this attribute is not specified, and the text in the value attribute is truncated in the Text control, or wordWrap is set to true, the ToolTip will display the full text of the value attribute.

If no ToolTip is desired, set toolTip to "" (the empty String).

Example

Please see the value attribute for a sample illustrating how the attributes of the TEXT element are used.

See Also

PreviousNext


© 2000-2001 Microsoft Corporation. All rights reserved.