BCGControlBar Library for .NET
StandAloneModeChanged Event




Occurs when the command bar gets a stand alone mode or lose it.
Syntax
'Declaration
 
Public Event StandAloneModeChanged As EventHandler
'Usage
 
Dim instance As CommandBar
Dim handler As EventHandler
 
AddHandler instance.StandAloneModeChanged, handler
public event EventHandler StandAloneModeChanged
public: __event EventHandler* StandAloneModeChanged
public:
event EventHandler^ StandAloneModeChanged
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