BCGControlBar Library for .NET
ToolbarSysMenuButton Class
Members 




Inherits ToolbarButton.
Represents a menu-bar buttons, for example, the child window Minimize button used in the multiple document interface. In ControlBar.Net the instances of this buttons are created on the main menu of the MDIContainer when  the Maximize mode will be set for Active MDI Form. The toolbarSysMenuButton is drawn by the method OnDraw and its size is defined in method OnCalculateSize as the static property MenuButtonSize of SystemInformation.
Object Model
ToolbarSysMenuButton ClassCommandBarManager ClassCommandEntry ClassCommandBar ClassToolbarButton ClassCommandBar ClassPopupMenuBar ClassToolbar Class
Syntax
'Declaration
 
Public Class ToolbarSysMenuButton 
   Inherits ToolbarButton
   Implements BCGSoft.Controls.Shared.ICommandObjectBCGSoft.Shared.ISupportCmdUI 
'Usage
 
Dim instance As ToolbarSysMenuButton
public __gc class ToolbarSysMenuButton : public ToolbarButton, BCGSoft.Controls.Shared.ICommandObjectBCGSoft.Shared.ISupportCmdUI  
public ref class ToolbarSysMenuButton : public ToolbarButton, BCGSoft.Controls.Shared.ICommandObjectBCGSoft.Shared.ISupportCmdUI  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BCGSoft.Controls.Shared.CommandObject
            BCGSoft.Controls.Shared.CommandButton
               BCGSoft.ControlBars.ToolbarButton
                  BCGSoft.ControlBars.ToolbarSysMenuButton

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

ToolbarSysMenuButton Members
BCGSoft.ControlBars Namespace

Send Feedback