====== Window ======
Property of [[:scripting:api:pane:start|IPane]]
===== Description =====
Returns pane window handle
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]**
===== Syntax =====
==== JavaScript ====
var hWnd = Pane.Window;
==== Visual Basic Script ====
hWnd = Pane.Window
==== C++ ====
ULONG hWnd;
HRESULT hr = Pane.get_Window(&hWnd);
===== See Also =====
[[:scripting:api:pane:start|IPane]]
~~NOTOC~~