The
Exontrol's eXLabel component provides HTML labels for your forms or dialogs. A
label control displays static text on a forms and allows you to manipulate it
programmatically. The eXLabel control easily replaces the Standard Windows
label by supporting most of the same properties, methods and events. In
addition, you have complete control over how the label is to be displayed. The
Label object supports the following properties and methods:
| | Name | Description | |
| | Alignment | Retrieves or sets the horizontal alignment of the control's caption. | |
| | AnchorFromPoint | Retrieves the identifier of the anchor from point. | |
| | Appearance | Retrieves or sets the control's appearance. | |
| | AttachTemplate | Attaches a script to the current object, including the events, from a string, file, a safe array of bytes. | |
| | AutoSize | Determines whether the control is automatically resized to fit its entire content. | |
| | BackColor | Specifies the control's background color. | |
| | Background | Returns or sets a value that indicates the background color for parts in the control. | |
| | BackgroundExt | Indicates additional colors, text, images that can be displayed on the object's background using the EBN string format. | |
| | BackgroundExtValue | Specifies at runtime, the value of the giving property for specified part of the background extension. | |
| | BeginUpdate | Maintains performance when items are added to the control one at a time. This method prevents the control from painting until the EndUpdate method is called. | |
| | BorderHeight | Sets or retrieves a value that indicates the border height of the control. | |
| | BorderWidth | Sets or retrieves a value that indicates the border width of the control. | |
| | Caption | Specifies the control's caption. | |
| | Enabled | Enables or disables the control. | |
| | EndUpdate | Resumes painting the control after painting is suspended by the BeginUpdate method. | |
| | EventParam | Retrieves or sets a value that indicates the current's event parameter. | |
| | ExecuteTemplate | Executes a template and returns the result. | |
| | Font | Retrieves or sets the control's font. | |
| | ForeColor | Specifies the control's foreground color. | |
| | FormatAnchor | Specifies the visual effect for anchor elements in HTML captions. | |
| | HTMLPicture | Adds or replaces a picture in HTML captions. | |
| | hWnd | Retrieves the control's window handle. | |
| | Images | Sets at runtime the control's image list. The Handle should be a handle to an Images List Control. | |
| | ImageSize | Retrieves or sets the size of icons the control displays.. | |
| | Picture | Retrieves or sets a graphic to be displayed in the control. | |
| | PictureDisplay | Retrieves or sets a value that indicates the way how the graphic is displayed on the control's background | |
| | Refresh | Refreshes the control. | |
| | ReplaceIcon | Adds a new icon, replaces an icon or clears the control's image list. | |
| | RequiredHeight | Returns the height of the label required to display its entire contents. | |
| | RequiredWidth | Returns the width of the label required to display its entire contents. | |
| | Rotate | Rotates the HTML caption. | |
| | ShowImageList | Specifies whether the control's image list window is visible or hidden. | |
| | ShowToolTip | Shows the specified tooltip at given position. | |
| | Template | Specifies the control's template. | |
| | TemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | TemplatePut | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | ToolTipDelay | Specifies the time in ms that passes before the ToolTip appears. | |
| | ToolTipFont | Retrieves or sets the tooltip's font. | |
| | ToolTipPopDelay | Specifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control. | |
| | ToolTipText | Specifies the control's tooltip text. | |
| | ToolTipTitle | Specifies the title of the control's tooltip. | |
| | ToolTipWidth | Specifies a value that indicates the width of the tooltip window, in pixels. | |
| | Transparent | Indicates whether the control's background is transparent. | |
| | VAlignment | Retrieves or sets the vertical alignment of the control's caption. | |
| | Version | Retrieves the control's version. | |
| | VisualAppearance | Retrieves the control's appearance. | |
| | WordWrap | Indicates whether a multiline label control automatically wraps words to the beginning of the next line when necessary. | |