Copies an existing window's scene into this control. The Window ID of the source window can be obtained from the WinID on this control.
| [Visual Basic .NET] |
|---|
Public Sub CopyFromWinID( _ ByVal WinID As Integer _ ) |
| [C#] |
|---|
public void CopyFromWinID( |
| [Managed C++] |
|---|
public: void CopyFromWinID( |
| [Java] |
|---|
public copyFromWinID( |
| [Unmanaged C++] |
|---|
public: HRESULT CopyFromWinID( |
- WinID
- ID of the existing window whose scene is to be copied into this control.
| [Visual Basic .NET] | Copy Code | |
|---|---|---|
| ||
