TdxSpreadSheetLockedStateImageOptions Members
Stores display settings for a spreadsheet control’s “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. Inherited from TcxLockedStateImageOptions. |
Color | Specifies the background color of the message box. Inherited from TcxLockedStateImageOptions. |
Effect | Specifies the visual effect applied to the “Locked View” image. Inherited from TcxLockedStateImageOptions. |
Enabled | Specifies if a control displays a “Locked View” image. Inherited from TcxLockedStateImageOptions. |
Font | Provides access to the font settings applied to the text within the message box displayed on top of the “Locked View” image. Inherited from TcxLockedStateImageOptions. |
Owner protected | Provides access to the control that shows the “Locked View” image. Inherited from TcxLockedStateImageOptions. |
ShowText | Specifies if the message box is visible. Inherited from TcxLockedStateImageOptions. |
Text | Specifies the Locked View message. Inherited from TcxLockedStateImageOptions. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Assigns the “Locked View” image settings from the specified source. Inherited from TcxLockedStateImageOptions. |
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. Inherited from TcxLockedStateImageOptions. |
See Also