<< Click to Display Table of Contents >> GetTipText SEToolBarConfig |
![]() ![]() ![]() |
Purpose
Returns the current tip text for the specified button.
Prototype
METHOD GetTipText(nID, symLookUp) CLASS SEToolBarConfig
Arguments
<nID> |
The ID of the button whose tip text you want to obtain. This is either the button ID or the command identifier (menu item ID), depending on the value of <symLookup>. |
[<symLookUp>] |
A symbol that describes how to interpret <nID>. If the value is #ButtonID, <nID> is the button ID of the button; otherwise, if the value is #MenuItemID, <nID> is the command identifier (menu item ID) of the button. If omitted, <nID> is interpreted as the button ID. |