Window.SubType property (Visio)
Returns the subtype of a Window object that represents a drawing window. Read-only.
Syntax
expression. SubType
expression A variable that represents a Window object.
Return value
Integer
Remarks
If the Type property of a Window object returns any value other than visDrawing, the SubType property returns the same value as the Type property. If the Type property of a Window object returns visDrawing, the SubType property returns one of the following values.
Constant | Value | Description |
---|---|---|
visPageWin | 128 | A drawing window showing a page. |
visPageGroupWin | 160 | A group editing window of a group on a page. |
visMasterWin | 64 | A master drawing page window. |
visMasterGroupWin | 96 | A group editing window of a group in a master. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.