Xceed SmartUI for WinForms v3.6 Documentation
MainMenuItem Class
Members 


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

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

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

MainMenuItem Members
Xceed.SmartUI.Controls.MenuBar Namespace