System.Windows.Forms 2.0.0.0 System.Windows.Forms.ToolStripDropDown System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner") System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch) System.Runtime.InteropServices.ComVisible(true) is the base class for , providing necessary painting and layout properties and methods. The properties of this class that you are most likely to use directly are the and properties, which determine whether the shortcut menu will be able to display a check mark, an image, or both. Provides basic functionality for the control. Although and replace and add functionality to the control of previous versions, is retained for both backward compatibility and future use if you choose. Constructor To be added. Initializes a new instance of the class. 2.0.0.0 Method 2.0.0.0 System.Windows.Forms.ToolStripItem Use the method to add a with commonly used characteristics to a . Creates a default with the specified text, image, and event handler on a new . A , or a if the parameter is a hyphen (-). The text to use for the . If the parameter is a hyphen (-), this method creates a . The to display on the . An event handler that raises the event when the is clicked. Property System.Windows.Forms.Padding To be added. To be added. Gets the internal spacing, in pixels, of the control. 2.0.0.0 Property System.Drawing.Rectangle To be added. To be added. Gets the rectangle that represents the display area of the . 2.0.0.0 Property System.Windows.Forms.Layout.LayoutEngine To be added. To be added. To be added. 2.0.0.0 Property System.Windows.Forms.ToolStripLayoutStyle To be added. By default, items flow horizontally or vertically as necessary. See the enumeration for the other possibilities. Gets or sets a value indicating how the items of are displayed. 2.0.0.0 System.ComponentModel.DefaultValue(System.Windows.Forms.ToolStripLayoutStyle.Flow) Property 2.0.0.0 System.Drawing.Size To be added. To be added. Gets the maximum height and width, in pixels, of the . Method 2.0.0.0 System.Void Raising an event invokes the event handler through a delegate. For more information, see Raising an Event. The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Raises the event. An that contains the event data. Method 2.0.0.0 System.Void Raising an event invokes the event handler through a delegate. For more information, see Raising an Event. The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Raises the event. A that contains the event data. Method 2.0.0.0 System.Void To be added. Paints the background of the control. A that contains the event data. Method 2.0.0.0 System.Void To be added. Resets the collection of displayed and overflow items after a layout is done. Property System.Boolean To be added. Set the property to true to display a check mark when the user chooses the . Gets or sets a value indicating whether space for a check mark is shown on the left edge of the . 2.0.0.0 System.ComponentModel.DefaultValue(false) Property System.Boolean To be added. Set the property to true to display a graphic image with the . Gets or sets a value indicating whether space for an image is shown on the left edge of the . 2.0.0.0 System.ComponentModel.DefaultValue(true)