Specifies the HTML caption being displayed in the list if loading files or folders could take long time.
Type
Description
String
A HTML expression that specifies the caption to be displayed when loading the
list of files/folders could take longer.
By default, the Loading property is "Loading...".
Use the Loading property to show a caption in the center of the control while
loading files/folders. The message shows up only if loading could take longer.
The Loading property supports the built-in HTML tags as follows:
<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.
<font face;size>text </font> displays portions of
text with a different font and/or different size. For instance, the
<font Tahoma;12>bit</font>
draws the bit text using the Tahoma font, on size 12 pt. If the name of
the font is missing, and instead size is present, the current font is used
with a different size. For instance, <font ;12>bit</font>
displays the bit text using the current font, but with a different size.