System.Windows.Forms.ToolStripDropDownItem: Property Members

The properties of System.Windows.Forms.ToolStripDropDownItem are listed below. For a list of all members, see the ToolStripDropDownItem Members list.

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

Public Properties

DropDownToolStripDropDown.

Gets or sets the System.Windows.Forms.ToolStripDropDown that will be displayed when this System.Windows.Forms.ToolStripDropDownItem is clicked.

DropDownDirectionToolStripDropDownDirection.

Gets or sets a value indicating the direction in which the System.Windows.Forms.ToolStripDropDownItem emerges from its parent container.

[read-only]
DropDownItemsToolStripItemCollection.

Gets the collection of items in the System.Windows.Forms.ToolStripDropDown that is associated with this System.Windows.Forms.ToolStripDropDownItem.

[read-only]
HasDropDownItemsbool.

Gets a value indicating whether the System.Windows.Forms.ToolStripDropDownItem has System.Windows.Forms.ToolStripDropDown controls associated with it.

[read-only]
override
Pressedbool.

Gets a value indicating whether the System.Windows.Forms.ToolStripDropDownItem is in the pressed state.

Protected Properties

[read-only]
DropDownLocationSystem.Drawing.Point.

Gets the screen coordinates, in pixels, of the upper-left corner of the System.Windows.Forms.ToolStripDropDownItem.