TcxCustomLabelProperties Properties
Represents settings specific to label controls.| Name | Description |
|---|---|
| Alignment | Determines the alignment of the editor’s contents. Inherited from TcxCustomEditProperties. |
| Angle | Specifies the label ‘s rotation angle. |
| AssignedValues protected | Contains the property flags that indicate which properties specific to an editor have been changed. Inherited from TcxCustomEditProperties. |
| Automation | Provides access to editor UI Automation and accessibility-related settings. Inherited from TcxCustomEditProperties. |
| AutoSelect | Determines whether the editor’s contents are automatically selected when the editor receives focus. Inherited from TcxCustomEditProperties. |
| BeepOnError | Specifies whether to play the system default sound on a validation error. Inherited from TcxCustomEditProperties. |
| Buttons | Provides access to the collection of editor buttons. Inherited from TcxCustomEditProperties. |
| ButtonsViewStyle protected | Specifies how the editor displays content and embedded buttons. Inherited from TcxCustomEditProperties. |
| ClearKey | Specifies the keyboard shortcut to clear the editor entry. Inherited from TcxCustomEditProperties. |
| ClickKey | Specifies a key combination that raises the OnButtonClick click event for the default button within the editor. Inherited from TcxCustomEditProperties. |
| Depth | Specifies the depth of the label’s text shadow. |
| ErrorIcon | Specifies an icon (also called error icon) to be displayed by a standalone editor when it fails validation. Inherited from TcxCustomEditProperties. |
| Glyph | Specifies the image used to draw the label’s caption. |
| Images | Specifies the collection of images used as editor button icons. Inherited from TcxCustomEditProperties. |
| ImmediatePost | Indicates whether the edit value should be saved immediately after it has been modified. Inherited from TcxCustomEditProperties. |
| IsChanging | Inherited from TcxCustomEditProperties. |
| LabelEffect | Specifies the type of 3D shadow effect applied to a label. |
| LabelStyle | Specifies the painting style of the label’s text. |
| LineOptions | Provides access to appearance options of a line drawn next to the label’s text. |
| MaxValue protected | Inherited from TcxCustomEditProperties. |
| MinValue protected | Specifies the maximum numeric value the editor can display. Inherited from TcxCustomEditProperties. |
| Orientation | Specifies the orientation of the label’s text shadow. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| PenWidth | Specifies the width of the label’s caption outline. |
| ReadOnly | Specifies if the editor is in read-only mode. Inherited from TcxCustomEditProperties. |
| ShadowedColor | Specifies the color of the label’s text shadow. |
| ShowAccelChar | Determines how an ampersand in the label text is displayed. |
| ShowEndEllipsis | Specifies whether a label control can show an ellipsis to mark a cropped caption. |
| Transparent | Deprecated. This property exists for backward compatibility only. Instead, use the Transparent property at the label editor level. |
| UseLeftAlignmentOnEditing | Specifies whether to align text to the left in edit mode. Inherited from TcxCustomEditProperties. |
| UseMouseWheel | Specifies whether the editor responds to mouse wheel rotation. Inherited from TcxCustomEditProperties. |
| ValidateOnEnter | Specifies whether validation is performed when an end-user presses the Enter key. Inherited from TcxCustomEditProperties. |
| ValidationErrorIconAlignment | Specifies the horizontal alignment of an error icon displayed by the editor when it fails validation. Inherited from TcxCustomEditProperties. |
| ValidationOptions | Contains a set of flags that specify how the editor handles and displays its validation errors. Inherited from TcxCustomEditProperties. |
| WordWrap | Determines whether the label caption is wrapped. |
See Also