[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=ToolStripItem,ToolStripDropDownItem Interfaces=Object,MarshalByRefObject,Component Info=Represents a control that when clicked displays an associated ToolStripDropDown from which the user can select a single item. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the ToolStripDropDownButton class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4,Constructor5,Constructor6,Constructor7 @AutoToolTip=Sets a value indicating whether to use the Text property or the ToolTipText property for the ToolStripDropDownButton ToolTip. ARG(bool)|14|0|True,False @ShowDropDownArrow=Sets a value indicating whether an arrow is displayed on the ToolStripDropDownButton, which indicates that further options are available in a drop-down list. ARG(bool)|14|0|True,False [Methods] *doConstructor=Initializes a new instance of the ToolStripDropDownButton class. ARG()|1|0 *doConstructor2=Initializes a new instance of the ToolStripDropDownButton class that displays the specified image. ARG(Image image)|1|0 *doConstructor3=Initializes a new instance of the ToolStripDropDownButton class that displays the specified text. ARG(string text)|1|0 *doConstructor4=Initializes a new instance of the ToolStripDropDownButton class that displays the specified text and image. ARG(string text, Image image)|1|0 *doConstructor5=Initializes a new instance of the ToolStripDropDownButton class that displays the specified text and image and raises the Click event. ARG(string text, Image image, EventHandler onClick)|1|0 *doConstructor6=Initializes a new instance of the ToolStripDropDownButton class. ARG(string text, Image image, params ToolStripItem[] dropDownItems)|1|0 *doConstructor7=Initializes a new instance of the ToolStripDropDownButton class that has the specified name, displays the specified text and image, and raises the Click event. ARG(string text, Image image, EventHandler onClick, string name)|1|0 *AutoToolTip=Returns a value indicating whether to use the Text property or the ToolTipText property for the ToolStripDropDownButton ToolTip. ARG(bool)|3|104 *ShowDropDownArrow=Returns a value indicating whether an arrow is displayed on the ToolStripDropDownButton, which indicates that further options are available in a drop-down list. ARG(bool)|3|104 ToolStripDropDownButton=Returns the ToolStripDropDownButton object. ARG(ToolStripDropDownButton)|3|0 *dropDownItems=Defines an array of type ToolStripItem containing the items of the ToolStripDropDownButton. ARG(ToolStripItem[])|4|13 *image=Defines an Image to be displayed on the ToolStripDropDownButton. ARG(Image)|4|0 *name=Defines the name of the ToolStripDropDownButton. ARG(string)|4|2 *onClick=Defines the event handler for the Click event. ARG(EventHandler)|4|0 *text=Defines the text to be displayed on the ToolStripDropDownButton. ARG(string)|4|2