TcxLockedStateImageOptions.Effect Property
Specifies the visual effect applied to the “Locked View” image.
Declaration
property Effect: TcxLockedStateImageEffect read; write; default lsieNone;
Property Value
Type | Default |
---|---|
TcxLockedStateImageEffect | lsieNone |
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