Programming with Reflection
GetButtonHelpText method
Syntax HelpText = object.GetButtonHelpText(Index)
Returns the help text that appears on the status bar (or in the title bar) when you press and hold the left mouse button over the specified toolbar button. This method returns information for the Standard toolbar only.
Index Argument type: Integer
Specifies a toolbar button. Use 1 for the leftmost button, and so on.
HelpText Return type: String
The help text for the specified button. This string can be up to 260 characters long.