Skip to main content
A newer version of this page is available. .

TcxLockedStateImageOptions.Color Property

Specifies the background color of the message box.

Declaration

property Color: TColor read; write; default clNone;

Property Value

Type Default
TColor clNone

Remarks

Use this property to apply a custom color to the background of the message box displayed on top of the “Locked View” image. Changing the default property value automatically adds the lsiavColor flag to the AssignedValues property value. You can remove the flag to restore the default Color property value.

Note

The “Locked View” image uses the owner control’s Color property value if the Color property is set to the default value.

The default Color property value is clNone.

See Also