WindowPane.Window Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
Implementers must provide an implementation for this object.