DatePickerContentControl.Application Property (2007 System)
Gets a Application that represents the current instance of Microsoft Office Word.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Application As Application
'Usage
Dim instance As DatePickerContentControl
Dim value As Application
value = instance.Application
[BrowsableAttribute(false)]
public Application Application { get; }
[BrowsableAttribute(false)]
public:
property Application^ Application {
Application^ get ();
}
public function get Application () : Application
Property Value
Type: Application
A 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatePickerContentControl Class