[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=ToolStripItem,ToolStripDropDownItem Interfaces=Object,MarshalByRefObject,Component Info=Represents a combination of a standard button on the left and a drop-down button on the right, or the other way around if the value of RightToLeft is Yes. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the ToolStripSplitButton class. ARG(enum)|14|0|Constructor,Constructor2,Constructor3,Constructor4,Constructor5,Constructor6,Constructor7 @AutoToolTip=Sets a value indicating whether default or custom ToolTip text is displayed on the ToolStripSplitButton. ARG(bool)|14|0|True,False @DropDownButtonWidth=The width, in pixels, of the drop-down button portion of a ToolStripSplitButton. ARG(int)|1|0 [Methods] *doConstructor=Initializes a new instance of the ToolStripSplitButton class. ARG()|1|0 *doConstructor2=Initializes a new instance of the ToolStripSplitButton class with the specified image. ARG(Image image)|1|0 *doConstructor3=Initializes a new instance of the ToolStripSplitButton class with the specified text. ARG(string text)|1|0 *doConstructor4=Initializes a new instance of the ToolStripSplitButton class with the specified text and image. ARG(string text, Image image)|1|0 *doConstructor5=Initializes a new instance of the ToolStripSplitButton class with the specified display text, image, and Click event handler. ARG(string text, Image image, EventHandler onClick)|1|0 *doConstructor6=Initializes a new instance of the ToolStripSplitButton class with the specified text, image, and ToolStripItem array. ARG(string text, Image image, params ToolStripItem[] dropDownItems)|1|0 *doConstructor7=Initializes a new instance of the ToolStripSplitButton class with the specified display text, image, Click event handler, and name. ARG(string text, Image image, EventHandler onClick, string name)|1|0 *doDefaultItem=Sets the portion of the ToolStripSplitButton that is activated when the control is first selected. ARG(ToolStripItem)|1|0 *doGetPreferredSize=Retrieves the size of a rectangular area into which a ToolStripSplitButton can be fitted. ARG(Size constrainingSize)|1|0 *doOnButtonDoubleClick=Raises the ButtonDoubleClick event. ARG(EventArgs e)|1|0 *doPerformButtonClick=If the Enabled property is true, calls the OnButtonClick method. ARG()|1|0 *onButtonClick=Occurs when the standard button portion of a ToolStripSplitButton is clicked. ARG(EventArgs)|2|0 *onButtonDoubleClick=Occurs when the standard button portion of a ToolStripSplitButton is double-clicked. ARG(EventArgs)|2|0 *onDefaultItemChanged=Occurs when the DefaultItem has changed. ARG(EventArgs)|2|0 *onGetPreferredSize=Occurs after invoke the method doGetPreferredSize and returns the result. ARG(Size)|2|0 *AutoToolTip=Returns a value indicating whether default or custom ToolTip text is displayed on the ToolStripSplitButton. ARG(bool)|3|104 *ButtonBounds=Returns the size and location of the standard button portion of a ToolStripSplitButton. ARG(Rectangle)|3|0 *ButtonPressed=Returns a value indicating whether the button portion of the ToolStripSplitButton is in the pressed state. ARG(bool)|3|104 *ButtonSelected=Returns a value indicating whether the standard button portion of a ToolStripSplitButton is selected or the DropDownButtonPressed property is true. ARG(bool)|3|104 *DefaultItem=Returns the portion of the ToolStripSplitButton that is activated when the control is first selected. ARG(ToolStripItem)|3|0 *DropDownButtonBounds=Returns the size and location, in screen coordinates, of the drop-down button portion of a ToolStripSplitButton. ARG(Rectangle)|3|0 *DropDownButtonPressed=Returns a value indicating whether the drop-down portion of the ToolStripSplitButton is in the pressed state. ARG(bool)|3|104 *DropDownButtonSelected=Returns a value indicating whether the drop-down button portion of a ToolStripSplitButton is selected. ARG(bool)|3|104 *DropDownButtonWidth=The width, in pixels, of the drop-down button portion of a ToolStripSplitButton. ARG(int)|3|1 *SplitterBounds=Returns the boundaries of the separator between the standard and drop-down button portions of a ToolStripSplitButton. ARG(Rectangle)|3|0 ToolStripSplitButton=Returns the ToolStripSplitButton object. ARG(ToolStripSplitButton)|3|0 *constrainingSize=Defines the custom-sized area for a control. ARG(Size)|4|0 *dropDownItems=Defines a ToolStripItem array of controls. ARG(ToolStripItem[])|4|13 *e=Defines an EventArgs that contains the event data. ARG(EventArgs)|4|0 *image=Defines the Image to be displayed on the ToolStripSplitButton. ARG(Image)|4|0 *name=Defines the name of the ToolStripSplitButton. ARG(string)|4|2 *onClick=Defines raises the Click event when the user clicks the ToolStripSplitButton. ARG(EventHandler)|4|0 *text=Defines the text to be displayed on the ToolStripSplitButton. ARG(string)|4|2