Type | Description | |||
Item as ItemCaptionEnum | An ItemCaptionEnum expression that indicates the caption/field being changed. | |||
String | A string expression that indicates the caption or field's value. |
The ItemCaption property supports the following HTML elements:
or <font ;31><sha 404040;5;0><fgcolor=FFFFFF>outline anti-aliasing</fgcolor></sha></font> gets:
The following sample VB changes the caption for "Close" button:
With Print1 .ItemCaption(exClose) = "<img>6</img>Inchide" .ItemCaption(exPrint) = "<img>5</img>Listeaza" Set .PrintExt = XXX.Object .Preview End With
Where XXX is the object being printed.