BCGControlBar Library for .NET
SmartMode Property (CommandBar)




Use this property to put command bar in the Smart Mode. In this mode command bar behaves as a Ribbon panel with smart layout and can display buttons with large images.
Syntax
'Declaration
 
Public Overridable Property SmartMode As Boolean
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
instance.SmartMode = value
 
value = instance.SmartMode
public virtual bool SmartMode {get; set;}
public: __property virtual bool get_SmartMode();
public: __property virtual void set_SmartMode( 
   bool value
);
public:
virtual property bool SmartMode {
   bool get();
   void set (    bool value);
}
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