The members of System.Windows.Forms.ToolStripDropDownItem are listed below.
See Also: Inherited members from System.Windows.Forms.ToolStripItem
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class with the specified display text, image, and action to take when the drop-down control is clicked. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class with the specified display text, image, and System.Windows.Forms.ToolStripItem collection that the drop-down control contains. | ||
Initializes a new instance of the System.Windows.Forms.ToolStripDropDownItem class with the specified display text, image, action to take when the drop-down control is clicked, and control name. |
DropDown | ToolStripDropDown.
Gets or sets the System.Windows.Forms.ToolStripDropDown that will be displayed when this System.Windows.Forms.ToolStripDropDownItem is clicked. | |
DropDownDirection | ToolStripDropDownDirection.
Gets or sets a value indicating the direction in which the System.Windows.Forms.ToolStripDropDownItem emerges from its parent container. | |
[read-only] | DropDownItems | ToolStripItemCollection.
Gets the collection of items in the System.Windows.Forms.ToolStripDropDown that is associated with this System.Windows.Forms.ToolStripDropDownItem. |
[read-only] | HasDropDownItems | bool.
Gets a value indicating whether the System.Windows.Forms.ToolStripDropDownItem has System.Windows.Forms.ToolStripDropDown controls associated with it. |
[read-only] override | Pressed | bool.
Gets a value indicating whether the System.Windows.Forms.ToolStripDropDownItem is in the pressed state. |
[read-only] | DropDownLocation | System.Drawing.Point.
Gets the screen coordinates, in pixels, of the upper-left corner of the System.Windows.Forms.ToolStripDropDownItem. |
HideDropDown()
| ||
ShowDropDown()
|
override | CreateAccessibilityInstance()Documentation for this section has not yet been entered. | |
CreateDefaultDropDown()
| ||
override | Dispose(bool)
| |
override | OnBoundsChanged()Documentation for this section has not yet been entered. | |
OnDropDownClosed(EventArgs)
| ||
OnDropDownHide(EventArgs)
| ||
OnDropDownItemClicked(ToolStripItemClickedEventArgs)
| ||
OnDropDownOpened(EventArgs)
| ||
OnDropDownShow(EventArgs)
| ||
override | OnFontChanged(EventArgs)
| |
override | OnRightToLeftChanged(EventArgs)Documentation for this section has not yet been entered. | |
override | ProcessCmdKey(ref Message, Keys)Documentation for this section has not yet been entered. | |
override | ProcessDialogKey(Keys)
|
DropDownClosed |
Occurs when the System.Windows.Forms.ToolStripDropDown closes. | |
DropDownItemClicked |
Occurs when the System.Windows.Forms.ToolStripDropDown is clicked. | |
DropDownOpened |
Occurs when the System.Windows.Forms.ToolStripDropDown has opened. | |
DropDownOpening |
Occurs as the System.Windows.Forms.ToolStripDropDown is opening. |