BCGControlBar Library for .NET
UseMRUCommands Property




Specifies if rarely used buttons should be hidden on the PopupMenuBar.
Syntax
'Declaration
 
Public Shared Property UseMRUCommands As Boolean
'Usage
 
Dim value As Boolean
 
MenuBar.UseMRUCommands = value
 
value = MenuBar.UseMRUCommands
public static bool UseMRUCommands {get; set;}
public: __property static bool get_UseMRUCommands();
public: __property static void set_UseMRUCommands( 
   bool value
);
public:
static property bool UseMRUCommands {
   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

MenuBar Class
MenuBar Members

Send Feedback