BCGControlBar Library for .NET
FloatModeChanged Event




Occurs when the command bar becomes floating or docking.
Syntax
'Declaration
 
Public Event FloatModeChanged As EventHandler
'Usage
 
Dim instance As CommandBar
Dim handler As EventHandler
 
AddHandler instance.FloatModeChanged, handler
public event EventHandler FloatModeChanged
public: __event EventHandler* FloatModeChanged
public:
event EventHandler^ FloatModeChanged
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

CommandBar Class
CommandBar Members

Send Feedback