System.Windows.Forms
2.0.0.0
System.Windows.Forms.ToolStripDropDownItem
combines button and drop-down button functionality.
Use the property to synchronize the event of the chosen drop-down item with the item shown on the button.
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 is Yes.
Constructor
To be added.
Initializes a new instance of the class.
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class with the specified image.
The to be displayed on the .
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class with the specified text.
The text to be displayed on the .
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class with the specified text and image.
The text to be displayed on the .
The to be displayed on the .
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class with the specified display text, image, and event handler.
The text to be displayed on the .
The to be displayed on the .
Raises the event when the user clicks the .
2.0.0.0
Constructor
System.ParamArray
To be added.
Initializes a new instance of the class with the specified text, image, and array.
The text to be displayed on the .
The to be displayed on the .
A array of controls.
2.0.0.0
Constructor
To be added.
Initializes a new instance of the class with the specified display text, image, event handler, and name.
The text to be displayed on the .
The to be displayed on the .
Raises the event when the user clicks the .
The name of the .
2.0.0.0
Property
System.Boolean
To be added.
Set the property to false to display custom text on a .
Gets or sets a value indicating whether default or custom text is displayed on the .
2.0.0.0
System.ComponentModel.DefaultValue(true)
Property
System.Drawing.Rectangle
To be added.
To be added.
Gets the size and location of the standard button portion of a .
2.0.0.0
System.ComponentModel.Browsable(false)
Event
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the standard button portion of a is clicked.
2.0.0.0
Event
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the standard button portion of a is double-clicked.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether the button portion of the is in the pressed state.
2.0.0.0
System.ComponentModel.Browsable(false)
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether the standard button portion of a is selected or the property is true.
2.0.0.0
System.ComponentModel.Browsable(false)
Method
2.0.0.0
System.Windows.Forms.AccessibleObject
To be added.
Creates a new accessibility object for the .
A new accessibility object for the .
Method
System.Windows.Forms.ToolStripDropDown
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether to display the that is defined as the default.
2.0.0.0
Property
2.0.0.0
System.ComponentModel.DefaultValue(null)
System.ComponentModel.Browsable(false)
System.Windows.Forms.ToolStripItem
To be added.
If a has a , the ENTER key activates the button. Otherwise, the ENTER key activates the drop-down.
Use the property to synchronize the event of the chosen drop-down item with the item shown on the button.
Gets or sets the portion of the that is activated when the control is first selected.
Event
System.EventHandler
For more information about handling events, see Consuming Events.
Occurs when the has changed.
2.0.0.0
Property
2.0.0.0
System.Boolean
To be added.
To be added.
Gets a value indicating whether items on a are hidden after they are clicked.
Property
System.Drawing.Rectangle
To be added.
To be added.
Gets the size and location, in screen coordinates, of the drop-down button portion of a .
2.0.0.0
System.ComponentModel.Browsable(false)
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether the drop-down portion of the is in the pressed state.
2.0.0.0
System.ComponentModel.Browsable(false)
Property
System.Boolean
To be added.
To be added.
Gets a value indicating whether the drop-down button portion of a is selected.
2.0.0.0
System.ComponentModel.Browsable(false)
Property
System.Int32
To be added.
To be added.
The width, in pixels, of the drop-down button portion of a .
2.0.0.0
Method
System.Drawing.Size
To be added.
Retrieves the size of a rectangular area into which a can be fitted.
An ordered pair of type , representing the width and height of a rectangle.
The custom-sized area for a control.
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
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
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
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.
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
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.
2.0.0.0
Method
System.Void
To be added.
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
To be added.
If the property is true, calls the method.
2.0.0.0
Method
2.0.0.0
System.Boolean
This method is called during message preprocessing to handle the ENTER and SPACEBAR keys in order to raise the event. However, if the is not enabled, this method calls the base class implementation instead.
This method is called only if the method indicates that the item is not processing the key.
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
2.0.0.0
System.Boolean
To be added.
Processes a mnemonic character.
true in all cases.
The character to process.
Method
System.Void
This method is not relevant to this class.
This method is not relevant to this class.
2.0.0.0
System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)
Property
System.Drawing.Rectangle
To be added.
Use the property to do custom painting.
Gets the boundaries of the separator between the standard and drop-down button portions of a .
2.0.0.0
System.ComponentModel.Browsable(false)
System.Windows.Forms.Design.ToolStripItemDesignerAvailability(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)
System.ComponentModel.DefaultEvent("ButtonClick")