Technical Reference > Graphics Builder Automation Interface > Dynamic Properties Functions > PropertiesButtonGet

PropertiesButtonGet

Reads the values for a button object from the Appearance | General tab of the Object Properties dialog.

Syntax

PropertiesButtonGet(ButtonType, Text, TextFont, Library, SymbolName)

ButtonType:

Defines the button type:

Text:

Button text. This argument is only valid for ButtonType = 0 and 5 (text).

TextFont:

The font use for the button text. This argument is only valid for ButtonType = 0 and 5 (text).

Library:

Library where the button symbol can be found. This argument is only valid for ButtonType = 4 and 6 (symbol).

SymbolName:

Name of the symbol to be displayed for a button. This argument is only valid for ButtonType = 4 and 6 (symbol).

Return Value

The requested values, as a string.

Note: For details on handling return and error values, see Error Handling.

Related Functions

PropertiesButtonPut