Share via


SubType Property [Visio 2003 SDK Documentation]

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

intRet = object**.SubType**

intRet     Integer. The subtype of the Window object.

object     Required. An expression that returns a Window object.

Version added

4.0

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 SubTypeproperty 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.

Applies to | Window object

See Also | Type property