[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ScrollableControl,ToolStripInherit Interfaces=Component,MarshalByRefObject,Object,ControlManager,MenuStrip Info=Provides a menu system for a form Category=Menu [Edit] Class=Image Color=BackColor [Property] Width= | |292 Height= | |24 TabStop= | |1|True,False Dock= | |1|None,Top,Bottom,Left,Right,Fill Constructor=Sets the Constructor of the MenuStrip class. ARG(enum)|14|0|Constructor,Constructor2 +MenuItems=Default list of items. ARG(string[])|5| @ImageList=Sets the image list that contains the image displayed on a MenuStrip item. ARG(ImageList)|20|(empty)|ImageList @GripStyle=Sets the visibility of the grip used to reposition the control. ARG(ToolStripGripStyle)|14|0|Hidden,Visible @MdiWindowListItem=Sets the ToolStripMenuItem that is used to display a list of Multiple-document interface child forms. ARG(ToolStripMenuItem)|20|(empty)|ToolStripMenuItem @ShowItemToolTips=Sets a value indicating whether ToolTips are shown for the MenuStrip. ARG(bool)|14|1|True,False @Stretch=Sets a value indicating whether the MenuStrip stretches from end to end in its container. ARG(bool)|14|0|True,False [Methods] *doCanOverflow=Sets a value indicating whether the MenuStrip supports overflow functionality. ARG(bool)|1|0 *doConstructor2=Creates a new MenuStrip from the specified MenuStrip. ARG(MenuStrip instance)|1|0 onSubItemCliked=Occurs when the ToolStripItem is clicked and returns the text of the ToolStripItem. ARG(string)|2|2 *onMenuActivate=Occurs when the user accesses the menu with the keyboard or mouse. ARG(EventArgs)|2|0 *onMenuDeactivate=Occurs when the MenuStrip is deactivated. ARG(EventArgs)|2|0 *CanOverflow=Returns a value indicating whether the MenuStrip supports overflow functionality. ARG(bool)|3|104 *GripStyle=Returns the visibility of the grip used to reposition the control. ARG(ToolStripGripStyle)|3|0 *MdiWindowListItem=Returns the ToolStripMenuItem that is used to display a list of Multiple-document interface child forms. ARG(ToolStripMenuItem)|3|0 *ShowItemToolTips=Returns a value indicating whether ToolTips are shown for the MenuStrip. ARG(bool)|3|104 *Stretch=Returns a value indicating whether the MenuStrip stretches from end to end in its container. ARG(bool)|3|104 MenuStrip=Returns the MenuStrip object. ARG(MenuStrip)|3|0 *instance=Defines the instance of the MenuStrip to create new MenuStrip instance. ARG(MenuStrip)|4|0