This is a copy constructor.
Public Sub New( parent As Workspace, from As WorkspacePopMenu )
public WorkspacePopMenu( Workspace parent, WorkspacePopMenu from );
|
Parameters |
Description |
|
Workspace parent |
Input the parent workspace. |
|
WorkspacePopMenu from |
Input the pop menu that this object represents. |
| Comments? |