This constructor sets a parent.
Public Sub New( parent As Workspace, className As string )
public WorkspaceDockableWindow( Workspace parent, string className );
Parameters |
Description |
Workspace parent |
Input the parent workspace of this dockable window. |
string className |
Input the GUID of the class that is stored in the registry to identify this dockable window. |
Comments? |