BCGControlBar Library for .NET
FindButton Method (AutoHidePanel)




The docking pane related to the autohide button.

Returns an AutoHideButton related to the specified docking pane.

Syntax
'Declaration
 
Public Function FindButton( _
   ByVal pane As DockingPane _
) As AutoHideButton
'Usage
 
Dim instance As AutoHidePanel
Dim pane As DockingPane
Dim value As AutoHideButton
 
value = instance.FindButton(pane)
public AutoHideButton FindButton( 
   DockingPane pane
)
public: AutoHideButton* FindButton( 
   DockingPane* pane
) 
public:
AutoHideButton^ FindButton( 
   DockingPane^ pane
) 

Parameters

pane
The docking pane related to the autohide button.
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