BCGControlBar Library for .NET
SmartMode Property (CustomizeMenuBar)




Use this property to put CustomizeMenuBar in the Smart Mode. In this mode CustomizeMenuBar behaves as a Ribbon panel with smart layout and can display buttons with large images.

Syntax
'Declaration
 
Public Overrides Property SmartMode As Boolean
'Usage
 
Dim instance As CustomizeMenuBar
Dim value As Boolean
 
instance.SmartMode = value
 
value = instance.SmartMode
public override bool SmartMode {get; set;}
public: __property bool get_SmartMode() override;
public: __property void set_SmartMode( 
   bool value
) override;
public:
property bool SmartMode {
   bool get() override;
   void set (    bool value) override;
}
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

CustomizeMenuBar Class
CustomizeMenuBar Members
Base Implementation in SmartMode

Send Feedback