System.Windows.Forms 2.0.0.0 System.Windows.Forms.ToolStripItem is the abstract base class for , , and , which can host items directly or host additional items in a drop-down container. You do this by setting the property to a and setting the property of the . Access these drop-down items directly through the property. Provides basic functionality for controls that display a when a , , or control is clicked. Constructor You must derive a drop-down control from the class in order to have any drop-down functionality for a , , or control. Initializes a new instance of the class. 2.0.0.0 Constructor You must derive a drop-down control from the class in order to have any drop-down functionality for a , , or control. Initializes a new instance of the class with the specified display text, image, and action to take when the drop-down control is clicked. The display text of the drop-down control. The to be displayed on the control. The action to take when the drop-down control is clicked. 2.0.0.0 Constructor System.ParamArray You must derive a drop-down control from the class in order to have any drop-down functionality for a , , or control. Initializes a new instance of the class with the specified display text, image, and collection that the drop-down control contains. The display text of the drop-down control. The to be displayed on the control. A collection that the drop-down control contains. 2.0.0.0 Constructor To be added. Initializes a new instance of the class with the specified display text, image, action to take when the drop-down control is clicked, and control name. The display text of the drop-down control. The to be displayed on the control. The action to take when the drop-down control is clicked. The name of the control. 2.0.0.0 Method 2.0.0.0 System.Windows.Forms.AccessibleObject To be added. To be added. To be added. Method System.Windows.Forms.ToolStripDropDown The method is automatically called if the property finds no associated with the . Creates a generic for which events can be defined. The created object. 2.0.0.0 Method System.Void This method is called by the public Dispose() method and the method. Dispose() invokes the protected Dispose(Boolean) method with the parameter set to true. invokes Dispose with set to false. When the parameter is true, this method releases all resources held by any managed objects that this references. This method invokes the Dispose() method of each referenced object. Releases the unmanaged resources used by the and optionally releases the managed resources. true to release both managed and unmanaged resources; false to release only unmanaged resources. 2.0.0.0 Property System.Windows.Forms.ToolStripDropDown To be added. If no is associated with the , a call to creates a generic drop-down control. If a drop-down control is automatically generated, which means that items are added to the collection, and you then set the property to an explicit drop-down control, you might lose data. Gets or sets the that will be displayed when this is clicked. 2.0.0.0 System.ComponentModel.TypeConverter(typeof(System.ComponentModel.ReferenceConverter)) Event System.EventHandler For more information about handling events, see Consuming Events. Occurs when the closes. 2.0.0.0 Property System.Windows.Forms.ToolStripDropDownDirection To be added. To be added. Gets or sets a value indicating the direction in which the emerges from its parent container. 2.0.0.0 System.ComponentModel.Browsable(false) Event System.Windows.Forms.ToolStripItemClickedEventHandler For more information about handling events, see Consuming Events. Occurs when the is clicked. 2.0.0.0 Property System.Windows.Forms.ToolStripItemCollection To be added. Use the property to get all the items in the that is referred to by the property. Gets the collection of items in the that is associated with this . 2.0.0.0 System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content) Property 2.0.0.0 System.Drawing.Point To be added. To be added. Gets the screen coordinates, in pixels, of the upper-left corner of the . Event System.EventHandler This event occurs when the user clicks the drop down item or when you call the method. You can use this event to dynamically populate the . For more information about handling events, see Consuming Events. Occurs when the has opened. 2.0.0.0 Event System.EventHandler For more information about handling events, see Consuming Events. Occurs as the is opening. 2.0.0.0 Property System.Boolean To be added. To be added. Gets a value indicating whether the has controls associated with it. 2.0.0.0 System.ComponentModel.Browsable(false) Method System.Void Use the method to prevent the user from choosing one of the options available on the associated control. Makes a visible hidden. 2.0.0.0 Method System.Void To be added. To be added. 2.0.0.0 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 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. Raised in response to the method. An that contains the event data. 2.0.0.0 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 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 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. Raised in response to the method. An that contains the event data. 2.0.0.0 Method 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. 2.0.0.0 Method 2.0.0.0 System.Void To be added. To be added. To be added. Property System.Boolean To be added. To be added. Gets a value indicating whether the is in the pressed state. 2.0.0.0 System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden) System.ComponentModel.Browsable(false) Method 2.0.0.0 System.Boolean To be added. To be added. To be added. To be added. To be added. Method 2.0.0.0 System.Boolean This method is called during message preprocessing to handle the UP, DOWN, LEFT, RIGHT, ENTER, and SPACEBAR keys in order to navigate the hierarchy of drop-down menus. Processes a dialog key. true if the key was processed by the item; otherwise, false. One of the values that represents the key to process. Method System.Void Use the method to display the drop-down controls that have been set by the property. Displays the control associated with this . 2.0.0.0 System.ComponentModel.Designer("System.Windows.Forms.Design.ToolStripMenuItemDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner") System.ComponentModel.DefaultProperty("DropDownItems")