DropDownListContentControl.Application Property

Gets a Microsoft.Office.Interop.Word.Application that represents the current instance of Microsoft Office Word.

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

Syntax

'Declaration
ReadOnly Property Application As Application
Application Application { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Application
A Microsoft.Office.Interop.Word.Application that represents the current instance of Microsoft Office Word.

Remarks

The Application property exposes information about the current instance of Word, the options applied to that instance, and the current documents open within the instance.

.NET Framework Security

See Also

Reference

DropDownListContentControl Interface

Microsoft.Office.Tools.Word Namespace