Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Visio Automation Reference |
Returns the type of the object. Read-only.
Version Information
Version Added: Visio 2.0
Syntax
expression.Type
expression A variable that represents a Window object.
Return Value
Integer
Remarks
Type value constants for Window objects (the possible values that the Type property of a Window object returns) are declared by the Visio type library in VisWinTypes.
If a Window object is type visDrawing, use the SubType property to determine the type of drawing window represented by the object.
Example
This Microsoft Visual Basic for Applications (VBA) macro shows how to use the Type property to determine the type of a window.
Visual Basic for Applications |
---|
|
See Also