Returns the HWND of the embedded control.
Read-only property
[Visual Basic .NET] |
---|
Public Property HWND() As Integer |
[C#] |
---|
public int HWND {get;} |
[Managed C++] |
---|
public: __property int get_HWND(); |
[Unmanaged C++] |
---|
public: HRESULT get_HWND( int * pHWND ); |
[Java] |
---|
public Integer getHWND(); |