'Declaration Public Sub Remove( _ ByVal toolWindow As ToolWindow _ )
'Usage Dim instance As ToolWindowCollection Dim toolWindow As ToolWindow instance.Remove(toolWindow)
public void Remove( ToolWindow toolWindow )
Parameters
- toolWindow
- A reference to the ToolWindow to remove.