Back to Devexpress

TcxLockedStateImageOptions.AssignedValues Property

vcl-cxcontrols-dot-tcxlockedstateimageoptions-292112e8.md

latest1.8 KB
Original Source

TcxLockedStateImageOptions.AssignedValues Property

Specifies which message box-related settings of the “Locked View” image override the corresponding owner control‘s settings.

Declaration

delphi
property AssignedValues: TcxLockedStateImageAssignedValues read; write; default [];

Property Value

Type
TcxLockedStateImageAssignedValues

Remarks

The AssignedValue property’s value can include the following flags in any combination:

ValueDescription
lsiavFontThe “Locked View” image uses the Font property value instead of the owner control‘s Font settings to display the Text property value. Remove this flag to restore the default Font property value.
lsiavColorThe “Locked View” image uses the Color property value as the message box’s background color instead of the owner control’s color. Remove this flag to restore the default Color property value.

The default AssignedValues property value is [].

See Also

TcxLockedStateImageOptions Class

TcxLockedStateImageOptions Members

cxControls Unit