BCGControlBar Library for .NET
FloatCommandBar Method




Specifies the command bar to make floating.

Specifies the client area coordinates to place the command bar upon floating.

Specifies the visibility of the parent command bar frame.
Creates a parent floating frame for the specified command bar and places this command bar in it.
Syntax
'Declaration
 
Public Sub FloatCommandBar( _
   ByVal bar As CommandBar, _
   ByVal location As Point, _
   ByVal visible As Boolean _
) 
'Usage
 
Dim instance As CommandBarManager
Dim bar As CommandBar
Dim location As Point
Dim visible As Boolean
 
instance.FloatCommandBar(bar, location, visible)
public void FloatCommandBar( 
   CommandBar bar,
   Point location,
   bool visible
)
public: void FloatCommandBar( 
   CommandBar* bar,
   Point location,
   bool visible
) 
public:
void FloatCommandBar( 
   CommandBar^ bar,
   Point location,
   bool visible
) 

Parameters

bar
Specifies the command bar to make floating.
location

Specifies the client area coordinates to place the command bar upon floating.

visible
Specifies the visibility of the parent command bar frame.
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

CommandBarManager Class
CommandBarManager Members

Send Feedback