Back to Devexpress

TdxBarStatic.AllowClick Property

vcl-dxbarextitems-dot-tdxbarstatic.md

latest860 B
Original Source

TdxBarStatic.AllowClick Property

Specifies whether the static control processes mouse click events.

Declaration

delphi
property AllowClick: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

Remarks

Use the AllowClick property to disable or enable mouse click processing. Set this property value to True , if an OnClick event is necessary within your application.

The default value of the AllowClick property is False.

See Also

TdxBarStatic.CanClicked

TdxBarStatic Class

TdxBarStatic Members

dxBarExtItems Unit