WindowPane.Window Property

Definition

Gets the window associated with this window pane.

public:
 virtual property System::Windows::Forms::IWin32Window ^ Window { System::Windows::Forms::IWin32Window ^ get(); };
public virtual System.Windows.Forms.IWin32Window Window { get; }
member this.Window : System.Windows.Forms.IWin32Window
Public Overridable ReadOnly Property Window As IWin32Window

Property Value

IWin32Window.

Remarks

Implementers must provide an implementation for this object.

Applies to