BCGSoft.ControlBars Namespace > DockManager Class : FindAutoHidePanel Method |
'Declaration Public Function FindAutoHidePanel( _ ByVal pane As DockingPane, _ ByRef buttonOut As AutoHideButton _ ) As AutoHidePanel
'Usage Dim instance As DockManager Dim pane As DockingPane Dim buttonOut As AutoHideButton Dim value As AutoHidePanel value = instance.FindAutoHidePanel(pane, buttonOut)
public AutoHidePanel FindAutoHidePanel( DockingPane pane, ref AutoHideButton buttonOut )
public: AutoHidePanel* FindAutoHidePanel( DockingPane* pane, ref AutoHideButton* buttonOut )
public: AutoHidePanel^ FindAutoHidePanel( DockingPane^ pane, AutoHideButton^% buttonOut )
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