Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxLockedStateImageOptions Members

In This Article
The base class for all classes that implement appearance settings for a “Locked View” image.

#Properties

Name Description
AssignedValues Specifies which message box-related settings of the “Locked View” image override the corresponding owner control‘s settings.
Color Specifies the background color of the message box.
Effect Specifies the visual effect applied to the “Locked View” image.
Enabled Specifies if a control displays a “Locked View” image.
Font Provides access to the font settings applied to the text within the message box displayed on top of the “Locked View” image.
Owner protected Provides access to the control that shows the “Locked View” image.
ShowText Specifies if the message box is visible.
Text Specifies the Locked View message.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(TPersistent) Assigns the “Locked View” image settings from the specified source.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
UpdateFont(TFont) Updates the message box font with the specified font settings.
See Also