This a copy constructor.
Public Sub New( parent As Workspace, from As WorkspaceDockableWindow )
public WorkspaceDockableWindow( Workspace parent, WorkspaceDockableWindow from );
|
Parameters |
Description |
|
Workspace parent |
Input the parent workspace of this dockable window. |
|
WorkspaceDockableWindow from |
Input the dockable window whose properties are to be applied to this window. |
| Comments? |