Microsoft SDK for Java

ToolTip.setToolTip

Associates tooltip text with the specified control.

Syntax

public void setToolTip( Control control, String caption )

Parameters

control

A Control object that specifies the control with which to associate the tooltip text.

caption

The text to display.

See Also   getToolTip

© 1999 Microsoft Corporation. All rights reserved. Terms of use.