BCGControlBar Library for .NET
FindDockingPane Method (AutoHidePanel)




A name of the embedded control on the target docking pane.
A name of the target docking pane.

Finds the docking pane on the AutoHidePanel which has a name from parameter findByName or an embedded control with the name from parameter findByEmbeddedControlName.

Syntax
'Declaration
 
Public Function FindDockingPane( _
   ByVal findByEmbeddedControlName As String, _
   ByVal findByName As String _
) As DockingPane
'Usage
 
Dim instance As AutoHidePanel
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
) 

Parameters

findByEmbeddedControlName
A name of the embedded control on the target docking pane.
findByName
A name of the target docking pane.
Requirements

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

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

Send Feedback