Window.Type Property

Returns the window type.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Type As WdWindowType
    Get
'Usage
Dim instance As Window
Dim value As WdWindowType

value = instance.Type
WdWindowType Type { get; }

Property Value

Type: Microsoft.Office.Interop.Word.WdWindowType

Remarks

WdWindowType can be one of these WdWindowType constants:

wdWindowTemplate

wdWindowDocument

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace