Share via


Window.SubType Property

Visio Automation Reference

Returns the subtype of a Window object that represents a drawing window. Read-only.

Version Information
 Version Added:  Visio 4.0

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.

See Also