BCGControlBar Library for .NET
PutDockingPaneOnMiniFrame Method




A docking pane to put into the miniframe.
A parent miniframe for a docking pane to put.
Specifies if the miniframe will be visible after putting docking pane on it.
Specifies if the miniframe will get an input focus.
Places the specified docking pane to the specified miniframe. Called by the framework on making any docking pane floating.
Syntax
'Declaration
 
Public Function PutDockingPaneOnMiniFrame( _
   ByVal pane As DockingPane, _
   ByVal frame As MiniFrame, _
   ByVal setVisible As Boolean, _
   ByVal setFocus As Boolean _
) As MiniFrame
'Usage
 
Dim instance As DockManager
Dim pane As DockingPane
Dim frame As MiniFrame
Dim setVisible As Boolean
Dim setFocus As Boolean
Dim value As MiniFrame
 
value = instance.PutDockingPaneOnMiniFrame(pane, frame, setVisible, setFocus)
public MiniFrame PutDockingPaneOnMiniFrame( 
   DockingPane pane,
   MiniFrame frame,
   bool setVisible,
   bool setFocus
)
public: MiniFrame* PutDockingPaneOnMiniFrame( 
   DockingPane* pane,
   MiniFrame* frame,
   bool setVisible,
   bool setFocus
) 
public:
MiniFrame^ PutDockingPaneOnMiniFrame( 
   DockingPane^ pane,
   MiniFrame^ frame,
   bool setVisible,
   bool setFocus
) 

Parameters

pane
A docking pane to put into the miniframe.
frame
A parent miniframe for a docking pane to put.
setVisible
Specifies if the miniframe will be visible after putting docking pane on it.
setFocus
Specifies if the miniframe will get an input focus.
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

DockManager Class
DockManager Members

Send Feedback