Label object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {09ABB057-BBDE-49A6-B5CB-B05197CD337B}. The object's program identifier is: "Exontrol.Label". The /COM object module is: "ExLabel.dll"
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: 

NameDescription
AlignmentRetrieves or sets the horizontal alignment of the control's caption.
AnchorFromPointRetrieves the identifier of the anchor from point.
AppearanceRetrieves or sets the control's appearance.
AttachTemplateAttaches a script to the current object, including the events, from a string, file, a safe array of bytes.
AutoSizeDetermines whether the control is automatically resized to fit its entire content.
BackColorSpecifies the control's background color.
BackgroundReturns or sets a value that indicates the background color for parts in the control.
BackgroundExtIndicates additional colors, text, images that can be displayed on the object's background using the EBN string format.
BackgroundExtValueSpecifies at runtime, the value of the giving property for specified part of the background extension.
BeginUpdateMaintains 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.
BorderHeightSets or retrieves a value that indicates the border height of the control.
BorderWidthSets or retrieves a value that indicates the border width of the control.
CaptionSpecifies the control's caption.
EnabledEnables or disables the control.
EndUpdateResumes painting the control after painting is suspended by the BeginUpdate method.
EventParamRetrieves or sets a value that indicates the current's event parameter.
ExecuteTemplateExecutes a template and returns the result.
FontRetrieves or sets the control's font.
ForeColorSpecifies the control's foreground color.
FormatAnchorSpecifies the visual effect for anchor elements in HTML captions.
HTMLPictureAdds or replaces a picture in HTML captions.
hWndRetrieves the control's window handle.
ImagesSets at runtime the control's image list. The Handle should be a handle to an Images List Control.
ImageSizeRetrieves or sets the size of icons the control displays..
PictureRetrieves or sets a graphic to be displayed in the control.
PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the control's background
RefreshRefreshes the control.
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
RequiredHeightReturns the height of the label required to display its entire contents.
RequiredWidthReturns the width of the label required to display its entire contents.
RotateRotates the HTML caption.
ShowImageListSpecifies whether the control's image list window is visible or hidden.
ShowToolTipShows the specified tooltip at given position.
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
ToolTipDelaySpecifies the time in ms that passes before the ToolTip appears.
ToolTipFontRetrieves or sets the tooltip's font.
ToolTipPopDelaySpecifies the period in ms of time the ToolTip remains visible if the mouse pointer is stationary within a control.
ToolTipTextSpecifies the control's tooltip text.
ToolTipTitleSpecifies the title of the control's tooltip.
ToolTipWidthSpecifies a value that indicates the width of the tooltip window, in pixels.
TransparentIndicates whether the control's background is transparent.
VAlignmentRetrieves or sets the vertical alignment of the control's caption.
VersionRetrieves the control's version.
VisualAppearanceRetrieves the control's appearance.
WordWrapIndicates whether a multiline label control automatically wraps words to the beginning of the next line when necessary.