System.Windows.Forms.ToolStripDropDownButton Members

The members of System.Windows.Forms.ToolStripDropDownButton are listed below.

See Also: Inherited members from System.Windows.Forms.ToolStripDropDownItem

Public Constructors

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.

Public Properties

AutoToolTipbool.

Gets or sets a value indicating whether to use the Text property or the ToolStripItem.ToolTipText property for the System.Windows.Forms.ToolStripDropDownButton ToolTip.

ShowDropDownArrowbool.

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.

Protected Properties

[read-only]
override
DefaultAutoToolTipbool.

Gets a value indicating whether to display the System.Windows.Forms.ToolTip that is defined as the default.

Protected Methods

override
CreateDefaultDropDown() : ToolStripDropDown

Creates a generic System.Windows.Forms.ToolStripDropDown for which events can be defined.

override
OnMouseDown(MouseEventArgs)

Raises the ToolStripItem.MouseDown event.

override
OnMouseLeave(EventArgs)

Raises the ToolStripItem.MouseLeave event.

override
OnMouseUp(MouseEventArgs)

Raises the ToolStripItem.MouseUp event.

override
OnPaint(PaintEventArgs)

Raises the ToolStripItem.Paint event.

override
ProcessMnemonic(char) : bool

Retrieves a value indicating whether the drop-down list of the System.Windows.Forms.ToolStripDropDownButton has items.