Click or drag to resize

DockingBarCollectionFind Method

Retrieve the matching docking window by searching the docking window with the specified unique name Text property.

Namespace:  RootPro.RootProCAD.UI
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract CustomDockingBar Find(
	string uniqueName
)

Parameters

uniqueName
Type: SystemString
Unique name of docking window to search

Return Value

Type: CustomDockingBar
Search results CustomDockingBar docking window.
See Also