Type | Description | |||
Property as ItemBarPropertyEnum | An ItemBarPropertyEnum expression that indicates the property to access or set the default value. | |||
Variant | A VARIANT expression that indicates the default value for giving property. |
For instance the Bar.Def(exBarCaption) = "<b><%=%9 + '/' + %C0%></b><br>Duration: <%=(%2-%1)%><br>Working: <%=%258%><br>Progress: <%=round(100*%12)+'%'%>" specifies that the bar's caption as in the following screen shot:
In the same manner, you can define the bar's tooltip such as: Bar.Def(exBarToolTip) = "<b><%=%9 + '/' + %C0%></b><br>Duration: <%=(%2-%1)%><br>Working: <%=%258%><br>Progress: <%=round(100*%12)+'%'%>"