CustomTaskPaneClass.Window Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Window As Object
Get
'Usage
Dim instance As CustomTaskPaneClass
Dim value As Object
value = instance.Window
public virtual Object Window { get; }
Property Value
Type: System.Object