CustomProp Object

This object serves for storing and controlling additional information about the shape, defined by the user (custom properties).

Properties

Label The label (unique name) of the shape's custom property.
Prompt The tip of the shape's custom property.
Type The type of the shape's custom property.
Format The format of the custom property.
Value The default value.
Invisible Visible / invisible state.
Verify Verify / not verify state.

Remarks

An instance of the CustomProp object can be retrieved by using the following methods of the Shape object: AddCustomProp method, CustomProp method.

 

See Also

Shape object