A DisplayCaptionEnum expression that specifies the caption to retrieve.
Variant
A String/Variant expression that indicates the retrieved caption.
The DisplayCaption property gets the caption to be
displayed in the Name or Value columns. The Name
or HTMLName property specifies the caption
to be displayed on the Name column. The Value
property indicates the property's value, which is displayed on the Value
column. The Description property
specifies the property's description.
The DisplayCaption property gets:
Gets the caption as displayed on Name column. The Name
or HTMLName property specifies the
caption to be displayed on the Name column.
Gets the value as displayed on Value column. The Value
property indicates the property's value, which is displayed on the Value
column. For instance, if the property is of an enumeration type, the
property displays its literals, instead the value of the property, so the
DisplayCaption returns the literals.
Gets the value as displayed on Description panel. The Description
property specifies the property's description.