ButtonToolTipText property (TAnnMenu)
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