[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ScrollableControl Interfaces=Component,MarshalByRefObject,Object,ControlManager,ToolStrip Info=Provides a container for Windows toolbar objects Category=Menu [Edit] Class=ToolBar [Property] Width= | |292 Height= | |25 TabStop= | |1|True,False AutoSize= | |0|True,False BackColor= | |clBtnFace Dock= | |1|None,Top,Bottom,Left,Right,Fill +MenuItems=Default list of items. ARG(string[])|5| @ImageList=Sets the image list that contains the image displayed on a ToolStrip item. ARG(ImageList)|20|(empty)|ImageList @AllowItemReorder=Sets a value indicating whether drag-and-drop and item reordering are handled privately by the ToolStrip class. ARG(bool)|14|1|True,False @AllowMerge=Sets a value indicating whether multiple MenuStrip, ToolStripDropDownMenu, ToolStripMenuItem, and other types can be combined. ARG(bool)|14|1|True,False @CanOverflow=Sets a value indicating whether items in the ToolStrip can be sent to an overflow menu. ARG(bool)|14|0|True,False DisplayStyle=Sets whether text and images are displayed on a control. ARG(ToolStripItemDisplayStyle)|14|3|None,Text,Image,ImageAndText @GripMargin=Sets the space around the ToolStrip move handle. ARG(Padding)|20|(empty)|Padding @GripStyle=Sets whether the ToolStrip move handle is visible or hidden. ARG(ToolStripGripStyle)|14|1|Hidden,Visible @ImageScalingSize=Sets the size, in pixels, of an image used on a ToolStrip. ARG(Size)|20|(empty)|Size @LayoutStyle=Sets a value indicating how the ToolStrip lays out the items collection. ARG(ToolStripLayoutStyle)|14|1|StackWithOverflow,HorizontalStackWithOverflow,VerticalStackWithOverflow,Flow,Table @RenderMode=Sets a value that indicates which visual styles will be applied to the ToolStrip. ARG(ToolStripRenderMode)|14|3|Custom,System,Professional,ManagerRenderMode @ShowItemToolTips=Sets a value indicating whether ToolTips are to be displayed on ToolStrip items. ARG(bool)|14|0|True,False @Stretch=Sets a value indicating whether the ToolStrip stretches from end to end in the ToolStripContainer. ARG(bool)|14|1|True,False @TextDirection=Sets the direction in which to draw text on a ToolStrip. ARG(ToolStripTextDirection)|14|1|Inherit,Horizontal,Vertical90,Vertical270 [Methods] *doCausesValidation=Sets a value indicating whether the ToolStrip causes validation to be performed on any controls that require validation when it receives focus. ARG(bool)|1|0 *doDefaultDropDownDirection=Sets a value representing the default direction in which a ToolStripDropDown control is displayed relative to the ToolStrip. ARG(ToolStripDropDownDirection)|1|0 *doForeColor=Sets the foreground color of the ToolStrip. ARG(Color)|1|0 *doGetItemAt=Returns the item located at the specified point in the client area of the ToolStrip. ARG(Point point)|1|0 *doGetItemAt2=Returns the item located at the specified x- and y-coordinates of the ToolStrip client area. ARG(int x, int y)|1|0 *doGetNextItem=Retrieves the next ToolStripItem from the specified reference point and moving in the specified direction. ARG(ToolStripItem start, ArrowDirection direction)|1|0 *doLayoutSettings=Sets layout scheme characteristics.ARG(LayoutSettings)|1|0 *doRenderer=Sets a ToolStripRenderer used to customize the look and feel of a ToolStrip. ARG(ToolStripRenderer)|1|0 onSubItemCliked=Occurs when the ToolStripItem is clicked and returns the text of the ToolStripItem. ARG(string)|2|2 *onSubItemCliked2=Occurs when the ToolStripItem is clicked and returns the index of the ToolStripItem. ARG(int)|2|1 *doSetAutoScrollMargin=This method is not relevant for this class.ARG(int x, int y)|1|0 *onBeginDrag=Occurs when the user begins to drag the ToolStrip control. ARG(EventArgs)|2|0 *onCausesValidationChanged=Occurs when the CausesValidation property changes. ARG(EventArgs)|2|0 *onEndDrag=Occurs when the user stops dragging the ToolStrip control. ARG(EventArgs)|2|0 *onGetItemAt=Occurs after invoke the method doGetItemAt and returns the result. ARG(ToolStripItem)|2|0 *onGetNextItem=Occurs after invoke the method doGetNextItem and returns the result. ARG(ToolStripItem)|2|0 *onItemAdded=Occurs when a new ToolStripItem is added to the ToolStripItemCollection. ARG(ToolStripItemEventArgs)|2|0 *onItemClicked=Occurs when the ToolStripItem is clicked. ARG(ToolStripItemClickedEventArgs)|2|0 *onItemRemoved=Occurs when a ToolStripItem is removed from the ToolStripItemCollection. ARG(ToolStripItemEventArgs)|2|0 *onLayoutCompleted=Occurs when the layout of the ToolStrip is complete. ARG(EventArgs)|2|0 *onLayoutStyleChanged=Occurs when the value of the LayoutStyle property changes. ARG(EventArgs)|2|0 *onPaintGrip=Occurs when the ToolStrip move handle is painted. ARG(PaintEventArgs)|2|0 *onRendererChanged=Occurs when the value of the Renderer property changes. ARG(EventArgs)|2|0 *AllowItemReorder=Returns a value indicating whether drag-and-drop and item reordering are handled privately by the ToolStrip class. ARG(bool)|3|104 *AllowMerge=Returns a value indicating whether multiple MenuStrip, ToolStripDropDownMenu, ToolStripMenuItem, and other types can be combined. ARG(bool)|3|104 *CanOverflow=Returns a value indicating whether items in the ToolStrip can be sent to an overflow menu. ARG(bool)|3|104 *CausesValidation=Returns a value indicating whether the ToolStrip causes validation to be performed on any controls that require validation when it receives focus. ARG(bool)|3|104 *DefaultDropDownDirection=Returns a value representing the default direction in which a ToolStripDropDown control is displayed relative to the ToolStrip. ARG(ToolStripDropDownDirection)|3|0 *GripDisplayStyle=Returns the orientation of the ToolStrip move handle. ARG(ToolStripGripDisplayStyle)|3|0 *GripMargin=Returns the space around the ToolStrip move handle. ARG(Padding)|3|0 *GripRectangle=Returns the boundaries of the ToolStrip move handle. ARG(Rectangle)|3|0 *GripStyle=Returns whether the ToolStrip move handle is visible or hidden. ARG(ToolStripGripStyle)|3|0 *ImageList=Returns the image list that contains the image displayed on a ToolStrip item. ARG(ImageList)|3|0 *ImageScalingSize=Returns the size, in pixels, of an image used on a ToolStrip. ARG(Size)|3|0 *IsCurrentlyDragging=Returns a value indicating whether the user is currently moving the ToolStrip from one ToolStripContainer to another. ARG(bool)|3|104 *IsDropDown=Returns a value indicating whether a ToolStrip is a ToolStripDropDown control. ARG(bool)|3|104 *Items=Returns all the items that belong to a ToolStrip. ARG(ToolStripItemCollection)|3|0 *LayoutSettings=Returns layout scheme characteristics.ARG(LayoutSettings)|3|0 *LayoutStyle=Returns a value indicating how the ToolStrip lays out the items collection. ARG(ToolStripLayoutStyle)|3|0 *Orientation=Returns the orientation of the ToolStripPanel. ARG(Orientation)|3|0 *OverflowButton=Returns the ToolStripItem that is the overflow button for a ToolStrip with overflow enabled. ARG(ToolStripOverflowButton)|3|0 *Renderer=Returns a ToolStripRenderer used to customize the look and feel of a ToolStrip. ARG(ToolStripRenderer)|3|0 *RenderMode=Returns a value that indicates which visual styles will be applied to the ToolStrip. ARG(ToolStripRenderMode)|3|0 *ShowItemToolTips=Returns a value indicating whether ToolTips are to be displayed on ToolStrip items. ARG(bool)|3|104 *Stretch=Returns a value indicating whether the ToolStrip stretches from end to end in the ToolStripContainer. ARG(bool)|3|104 *TextDirection=Returns the direction in which to draw text on a ToolStrip. ARG(ToolStripTextDirection)|3|0 ToolStrip=Returns the ToolStrip object. ARG(ToolStrip)|3|0 *direction=One of the values of ArrowDirection that specifies the direction to move. ARG(ArrowDirection)|4|0 *point=The System.Drawing .Point at which to search for the ToolStripItem. ARG(Point)|4|0 *start=The ToolStripItem that is the reference point from which to begin the retrieval of the next item. ARG(ToolStripItem)|4|0 *x=The horizontal coordinate, in pixels, from the left edge of the client area. ARG(int)|4|1 *y=The vertical coordinate, in pixels, from the top edge of the client area. ARG(int)|4|1