BCGSoft.ControlBars Namespace > AutoHidePanel Class : FindDockingPane Method |
Finds the docking pane on the AutoHidePanel which has a name from parameter findByName or an embedded control with the name from parameter findByEmbeddedControlName.
'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 )
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