Window.Type Property

Definition

Returns the window type.

public:
 property Microsoft::Office::Interop::Word::WdWindowType Type { Microsoft::Office::Interop::Word::WdWindowType get(); };
public Microsoft.Office.Interop.Word.WdWindowType Type { get; }
member this.Type : Microsoft.Office.Interop.Word.WdWindowType
Public ReadOnly Property Type As WdWindowType

Property Value

Remarks

WdWindowType can be one of these WdWindowType constants:

wdWindowTemplate

wdWindowDocument

Applies to