Skip to main content

TcxLockedStateImageOptions.AssignedValues Property

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

Declaration

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

Property Value

Type
TcxLockedStateImageAssignedValues

Remarks

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

Value Description
lsiavFont The “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.
lsiavColor The “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