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( |
[Java] |
---|
public int getWinID();public void setWinID( |
This window identifier can be set only when there is no scenario loaded.
If you set it before loading a scenario and there is a map with the same identifier in the scenario, the control will attach to this map.
You need to use this identifier to refer to this control in Connect commands (for instance use it as the
[Visual Basic .NET] | ![]() | |
---|---|---|
|