BCGControlBar Library for .NET
FindDockingPane Method (MiniFrame)




The name of the  embedded control into the target control.
The name of the target control to find.
Returns a docking pane embedded into the MiniFrame by its name or the name of its embedded control.
Syntax
'Declaration
 
Public Function FindDockingPane( _
   ByVal findByEmbeddedControlName As String, _
   ByVal findByName As String _
) As DockingPane
'Usage
 
Dim instance As MiniFrame
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
The name of the  embedded control into the target control.
findByName
The name of the target control to find.
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

MiniFrame Class
MiniFrame Members

Send Feedback