TypePropValue enumeration

TypePropValue enumeration

Type specifies a data type for the custom property value.

The TypePropValue type exposes the following members:

Fields

FieldDescription
STRINGString. This is the default.
FIXED_LISTFixed list. Displays the list items in a drop-down combo box in the Custom Properties dialog box.
NUMBERNumber. Includes date, time, duration, and currency values as well as scalars, dimensions, and angles.
BOOLEANBoolean. Displays FALSE and TRUE as items users can select from a drop-down list box in the Custom Properties dialog box in the Visio application.
VARIABLE_LISTVariable list. Displays the list items in a drop-down combo box in the Custom Properties dialog box in Visio. Users can select a list item or enter a new item that is added to the current list in the Format element.
DATE_TIMEDate or time value. Displays days, months, and years, or seconds, minutes, and hours, or a combined date and time value.
DURATIONDuration value. Displays elapsed time.
CURRENCYCurrency value. Uses the system’s current Regional Settings.
UNDEFINEDUndefined.

See Also