property Dialog.CaptionFormat as CaptionFormatEnum
Specifies whether the control's caption displays data using HTML format.
Type
Description
CaptionFormatEnum
A CaptionFormatEnum expression that indicates the format of the control's caption.
By default, the CaptionFormat is exText. The control displays the control's
Caption
using HTML format only if the CaptionFormat property is exHTML.
The control supports the following HTML tags:
<b>
bold
</b> bolds a part of the caption.
<u>
underline
</u> specifies that the portion should appear as underlined.
<s>
strikeout
</s> specifies that the portion should appear as strikeout.
<i>
italic
</i> specifies that the portion should appear as italic.
<fgcolor=FF0000>
fgcolor
</fgcolor> changes the foreground color for a portion.
<bgcolor=FF0000>
bgcolor
</bgcolor> changes the background color for a portion.
<br> breaks a line.
<solidline> draws a solid line. If has no effect for a single line caption.
<dotline> draws a dotted line. If has no effect for a single line caption.
<upline> draws the line to the top of the text line
<r> aligns the rest of the text line to the right side. It has no effect if the caption contains a single line.
Send comments on this topic.
© 1999-2006
Exontrol Inc, Software
. All rights reserved.