Back to Devexpress

TcxLockedStateImageOptions.ShowText Property

vcl-cxcontrols-dot-tcxlockedstateimageoptions-16e49139.md

latest1.1 KB
Original Source

TcxLockedStateImageOptions.ShowText Property

Specifies if the message box is visible.

Declaration

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

Property Value

TypeDefault
BooleanFalse

Remarks

Set this property to True or False to show or hide the message box on top of the “Locked View” image:

ValueExample
False
True

Use the Text and Font properties to change the default text message and customize its font settings.

The default ShowText property value is False.

See Also

TcxLockedStateImageOptions Class

TcxLockedStateImageOptions Members

cxControls Unit