Skip to main content

TdxBarCaptionButton.Enabled Property

Specifies whether a toolbar title button is enabled.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the Enabled property to False to disable the button. If disabled, the button is grayed out, and no action event is generated when it is clicked (see the button’s OnClick event).

The default value of the Enabled property is True.

See Also