Label Property (FlexButton)

Class

FlexButton.

Action

Gets the text to appear on the Button control.

If the label is wider than the Button control, the label is truncated and terminated by an ellipsis (...). The full label displays as a tooltip when the user moves the mouse over the Button control. If you have also set a tooltip by using the tooltip property, the tooltip is displayed rather than the label text.

The default value is "".

Syntax

'Declaration
Protected Read Property label As String

Access

Read only.