Xceed SmartUI for WinForms v3.6 Documentation
MenuTool Class
Members 


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ToolBar Namespace : MenuTool Class
Represents a SmartItem designed to be used as a dropdown menu tool for the SmartToolBar SmartControl.
Syntax
'Declaration
 
<DropDownAttribute(Type=Xceed.SmartUI.Controls.ToolBar.TopMenuToolForm, 
   CloseDropDownOnParentMouseDown=True, 
   LockDropDown=False)>
<DescriptionAttribute("Represents a SmartItem designed to be used as a dropdown menu tool for the SmartToolBar SmartControl.")>
Public Class MenuTool 
   Inherits Xceed.SmartUI.Controls.MenuBar.MainMenuItem
'Usage
 
Dim instance As MenuTool
[DropDown(Type=Xceed.SmartUI.Controls.ToolBar.TopMenuToolForm, 
   CloseDropDownOnParentMouseDown=true, 
   LockDropDown=false)]
[Description("Represents a SmartItem designed to be used as a dropdown menu tool for the SmartToolBar SmartControl.")]
public class MenuTool : Xceed.SmartUI.Controls.MenuBar.MainMenuItem 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         Xceed.SmartUI.SmartItem
            Xceed.SmartUI.Controls.MenuBar.MainMenuItem
               Xceed.SmartUI.Controls.ToolBar.MenuTool
                  Xceed.SmartUI.Controls.ToolBar.MixedTool

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

MenuTool Members
Xceed.SmartUI.Controls.ToolBar Namespace