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