IWebBrowser2.HWND Property
Gets the handle of the Internet Explorer main window.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As IWebBrowser2
Dim value As Integer
value = instance.HWND
Syntax
'Declaration
<DispIdAttribute(-515)> _
ReadOnly Property HWND As Integer
[DispIdAttribute(-515)]
int HWND { get; }
[DispIdAttribute(-515)]
property int HWND {
int get ();
}
/** @property */
/** @attribute DispIdAttribute(-515) */
int get_HWND ()
DispIdAttribute(-515)
function get HWND () : int
Property Value
Type: Int32
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IWebBrowser2 Interface
IWebBrowser2 Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.