BCGSoft.ControlBars Namespace > DockManager Class : FindDockingPane Method |
A name of the embedded control on the target docking pane.
A name of the target docking pane.
Finds the docking pane in the docking panes' collection of the DockManager which has a name from parameter findByName or its embedded control has a name from parameter findByEmbeddedControlName.
'Declaration Public Function FindDockingPane( _ ByVal findByEmbeddedControlName As String, _ ByVal findByName As String _ ) As DockingPane
'Usage Dim instance As DockManager Dim findByEmbeddedControlName As String Dim findByName As String Dim value As DockingPane value = instance.FindDockingPane(findByEmbeddedControlName, findByName)
public DockingPane FindDockingPane( string findByEmbeddedControlName, string findByName )
public: DockingPane* FindDockingPane( string* findByEmbeddedControlName, string* findByName )
public: DockingPane^ FindDockingPane( String^ findByEmbeddedControlName, String^ findByName )
A name of the embedded control on the target docking pane.
A name of the target docking pane.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2