Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ToolBar Namespace / MenuTool Class
Members


In This Topic
    MenuTool Class
    In This Topic
    Represents a SmartItem designed to be used as a dropdown menu tool for the SmartToolBar SmartControl.
    Syntax
    'Declaration
     
    <DropDownAttribute(Xceed.SmartUI.Controls.ToolBar.TopMenuToolForm)>
    <DescriptionAttribute("Represents a SmartItem designed to be used as a dropdown menu tool for the SmartToolBar SmartControl.")>
    <DesignerAttribute("Xceed.SmartUI.Design.SmartItemDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
    <TypeConverterAttribute("Xceed.SmartUI.Design.SmartItemTypeConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")>
    <DesignerCategoryAttribute("")>
    <DesignTimeVisibleAttribute(False)>
    <ToolboxItemAttribute(False)>
    <DefaultPropertyAttribute("Text")>
    <DefaultEventAttribute("Click")>
    Public Class MenuTool 
       Inherits Xceed.SmartUI.Controls.MenuBar.MainMenuItem
    'Usage
     
    Dim instance As MenuTool
    [DropDown(Xceed.SmartUI.Controls.ToolBar.TopMenuToolForm)]
    [Description("Represents a SmartItem designed to be used as a dropdown menu tool for the SmartToolBar SmartControl.")]
    [Designer("Xceed.SmartUI.Design.SmartItemDesigner, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
    [TypeConverter("Xceed.SmartUI.Design.SmartItemTypeConverter, Xceed.SmartUI.v3.6.Design, Version=3.6.25208.5768, Culture=neutral, PublicKeyToken=ba83ff368b7563c6")]
    [DesignerCategory("")]
    [DesignTimeVisible(false)]
    [ToolboxItem(false)]
    [DefaultProperty("Text")]
    [DefaultEvent("Click")]
    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