BCGControlBar Library for .NET
ShowAllCommands Property




Enables or disables MRU commands mode. If false, all popup menu buttons with BasicCommand property set to false will be hidden and "Expand" button will be displayed at the bottom of popup menus (if a popup menu has non-basic hidden commands)
Syntax
'Declaration
 
Public Property ShowAllCommands As Boolean
'Usage
 
Dim instance As CommandBar
Dim value As Boolean
 
instance.ShowAllCommands = value
 
value = instance.ShowAllCommands
public bool ShowAllCommands {get; set;}
public: __property bool get_ShowAllCommands();
public: __property void set_ShowAllCommands( 
   bool value
);
public:
property bool ShowAllCommands {
   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