Window identifier (for Connect commands).
Read-write property
[Visual Basic .NET] |
---|
Public Property WinID() As Integer |
[C#] |
---|
public int WinID {get; set;} |
[Managed C++] |
---|
public: __property int get_WinID(); |
[Unmanaged C++] |
---|
public: HRESULT get_WinID( long * pVal ); public: HRESULT put_WinID( long newVal ); |
[Java] |
---|
public int getWinID(); public void setWinID( int ); |