Back to Devexpress

TcxLockedStateImageOptions.Effect Property

vcl-cxcontrols-dot-tcxlockedstateimageoptions.md

latest949 B
Original Source

TcxLockedStateImageOptions.Effect Property

Specifies the visual effect applied to the “Locked View” image.

Declaration

delphi
property Effect: TcxLockedStateImageEffect read; write; default lsieNone;

Property Value

TypeDefault
TcxLockedStateImageEffectlsieNone

Remarks

Use this property to enable or disable a visual effect applied to the image that displays the control’s state prior to an operation that locked its UI. Refer to the TcxLockedStateImageEffect type description for detailed information on all available options.

The default Effect property value is lsieNone.

See Also

TcxLockedStateImageOptions Class

TcxLockedStateImageOptions Members

cxControls Unit