TcxLockedStateImageOptions.ShowText Property
In This Article
Specifies if the message box is visible.
#Declaration
Delphi
property ShowText: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True or False to show or hide the message box on top of the “Locked View” image:
Value | Example |
---|---|
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