A Boolean value. Gets or sets the Verify / Not Verify state.
Applies to objects: CustomProp
[[Let] RetVal = ] object.Verify [Let] object.Verify = SetVal |
The Verify property syntax has these parts:
Part | Description |
object | A reference to an instance of the object. |
RetVal | A Boolean type variable. |
SetVal | A Boolean value. |
If Verify is TRUE and the Value property is not initialized when a new instance of the Shape property is created, the user will be asked to set the Value property. If Verify is FALSE the Value property will not be requested.
This example demonstrates working with the CustomProp object.
Dim MyShape As Shape, MyProperty as CustomProp ' Create a Shape |
See Also |
CustomProp Object, Document Object |