MouseEvent.ObjectType Property
Visio Automation Reference |
Returns an object's type. Read-only.
Version Information
Version Added: Visio 4.1
Syntax
expression.ObjectType
expression A variable that represents a MouseEvent object.
Return Value
VisObjectType
Remarks
Constants representing object types are prefixed with visObjType and are declared by the Visio type library in VisObjectTypes.
See Also