Indicates the expression to generate the HTML caption to be displayed on the thumbnail's status bar.
Type
Description
String
A String expression that defines the expression to generate the HTML caption to be displayed on the thumbnail's status bar.
By default, the StatusCaption property is empty. The StatusCaption property
indicates the expression to generate the HTML caption to be displayed on the thumbnail's status bar. Use the
Caption
property to specify a caption to be displayed on the thumbnail. The SingleCaption property indicates the expression to generate the HTML caption to be displayed on the thumbnail, when the control shows a single
thumbnail ( for instance you filter and you got a single result ).
For instance:
"`<r><font ;6><fgcolor=808080><sha ;;0>Count: <b>` +
(len(fvcount) ? fvcount : 0)" displays the number of files being shown in the list.