TdxBarStatic.AllowClick Property
Specifies whether the static control processes mouse click events.
Declaration
property AllowClick: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
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