Auto Label (AutoLabel)

This property determines whether the label text for the command button is automatically updated when a new glyph is loaded. True (default) or False

AutoLabel="True | False"

Value

Description

True (default)

Label text is taken from the character mode text for the glyph. The label text is loaded when the glyph is loaded. Associated tool tip text is not displayed, even if the Tool Tip property is set to True.

False

Label text is not changed.

Description

This property only works if the Representation property is set to Uniface.

Setting in ProcScript

$fieldproperties(BTN) = "autolabel=false"

Applies To

CommandButton

Related Topics