Programming with Reflection

image\rwnprg32.gif GetButtonLabel method

 

Syntax LabelText = object.GetButtonLabel(Index)

 

Description

Returns the text displayed on the specified toolbar button. This method returns information for the Standard toolbar only.

Arguments

Index Argument type: Integer
Specifies a toolbar button. Use 1 for the leftmost button, and so on.

Return

LabelText Return type: String
The text displayed on the specified button. This string can be up to 40 characters long.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this command