RichTextContentControl::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)

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

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.

Return to top
Show: