The members of System.Windows.Forms.ToolStripDropDownButton are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStripDropDownItem
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownButton class. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownButton class that displays the specified image. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownButton class that displays the specified text. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownButton class that displays the specified text and image. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownButton class that displays the specified text and image and raises the Click event. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownButton class. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownButton class that has the specified name, displays the specified text and image, and raises the Click event. |
AutoToolTip | bool.
Gets or sets a value indicating whether to use the Text property or the ToolStripItem.ToolTipText property for the System.Windows.Forms.ToolStripDropDownButton ToolTip. | |
ShowDropDownArrow | bool.
Gets or sets a value indicating whether an arrow is displayed on the System.Windows.Forms.ToolStripDropDownButton, which indicates that further options are available in a drop-down list. |
[read-only] override | DefaultAutoToolTip | bool.
Gets a value indicating whether to display the System.Windows.Forms.ToolTip that is defined as the default. |
override | CreateDefaultDropDown()
| |
override | OnMouseDown(MouseEventArgs)
| |
override | OnMouseLeave(EventArgs)
| |
override | OnMouseUp(MouseEventArgs)
| |
override | OnPaint(PaintEventArgs)
| |
override | ProcessMnemonic(char)
|