ButtonToolTipText property (TAnnMenu)

C++ Builder example

Delphi example

 

Builder Syntax

char * ButtonToolTipText [int iButtonIndex]

Delphi Syntax

ButtonToolTipText [iButtonIndex: Integer]: PChar

Overview

Refer to Annotation Toolbar

Remarks

(Document/Medical only) String containing the tooltip text for the specified button in the AnnToolbar object. This text will be displayed when the user places the cursor over the associated button in the Annotation Toolbar. For example, if ButtonToolTipText [2] contains the string "Select", then when the user places the cursor over the third button of the annotation toolbar (iButtonIndex is zero-based), the text "Select" will be displayed.

This property is only valid if ButtonToolTipTextID Property is -1.

See Also

Elements

AutoSetTool property, ButtonBitmapDown property, ButtonBitmapUp property, ButtonColumns property,ButtonCount property, ButtonMenuText property, ButtonMenuTextID property, ButtonMenuTool property, ButtonRows property, ButtonTool property, ButtonToolCount property, ButtonToolTipTextID property, ButtonVisible property, CreateTB method, h_Wnd property, Tool property, Visible property

Topics

Annotations (Document/Medical only): Automation