Extensibility > Graphics Builder Automation Interface > Dynamic Properties Functions > PropertiesButtonGetEx

PropertiesButtonGetEx

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

Syntax

PropertiesButtonGetEx(Type, Text, Font, Library, Element, CustomFillColor, FillColorUp, FillColorDown)

Type:

Defines the button type:

Text:

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

Font:

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

Library:

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

Element:

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

CustomFillColor:

TRUE if a custom fill color is defined for the button, otherwise FALSE.

FillColorUp:

Fill color (RBB value converted to decimal) defined for the button in the Up state.

FillColorDown:

Fill color (RBB value converted to decimal) defined for the button in the Down state.

Return Value

The requested values, as a string.

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

Related Functions

PropertiesButtonPut

Published June 2018