This constructor sets a parent. It also names the dockable window and allows it to execute a command.
Public Sub New( parent As Workspace, className As string, name As string, command As string )
public WorkspaceDockableWindow( Workspace parent, string className, string name, string command );
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. |
string name |
Input the name of this dockable window. |
string command |
Input the command associated with this dockable window in order to display it. |
Comments? |