System.Windows.Forms.ToolStripDropDown: Method Members

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

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

Public Methods

Close()

Closes the System.Windows.Forms.ToolStripDropDown control.

Close(ToolStripDropDownCloseReason)

Closes the System.Windows.Forms.ToolStripDropDown control for the specified reason.

Show()

Displays the System.Windows.Forms.ToolStripDropDown control in its default position.

Show(System.Drawing.Point)

Positions the System.Windows.Forms.ToolStripDropDown relative to the specified screen location.

Show(System.Drawing.Point, ToolStripDropDownDirection)

Positions the System.Windows.Forms.ToolStripDropDown relative to the specified control location and with the specified direction relative to the parent control.

Show(int, int)

Positions the System.Windows.Forms.ToolStripDropDown relative to the specified screen coordinates.

Show(Control, System.Drawing.Point)

Positions the System.Windows.Forms.ToolStripDropDown relative to the specified control location.

Show(Control, System.Drawing.Point, ToolStripDropDownDirection)

Positions the System.Windows.Forms.ToolStripDropDown relative to the specified control at the specified location and with the specified direction relative to the parent control.

Show(Control, int, int)

Positions the System.Windows.Forms.ToolStripDropDown relative to the specified control's horizontal and vertical screen coordinates.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject

Creates a new accessibility object for the System.Windows.Forms.ToolStripDropDown.

override
CreateHandle()
Documentation for this section has not yet been entered.
override
CreateLayoutSettings(ToolStripLayoutStyle) : LayoutSettings

Applies various layout options to the System.Windows.Forms.ToolStripDropDown.

override
Dispose(bool)

Releases the unmanaged resources used by the System.Windows.Forms.ToolStripDropDown and optionally releases the managed resources.

OnClosed(ToolStripDropDownClosedEventArgs)

Raises the ToolStripDropDown.Closed event.

OnClosing(ToolStripDropDownClosingEventArgs)

Raises the ToolStripDropDown.Closing event.

override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnItemClicked(ToolStripItemClickedEventArgs)

Raises the ToolStrip.ItemClicked event.

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

override
OnMouseUp(MouseEventArgs)

Raises the ToolStripItem.MouseUp event.

OnOpened(EventArgs)

Raises the ToolStripDropDown.Opened event.

OnOpening(System.ComponentModel.CancelEventArgs)

Raises the ToolStripDropDown.Opening event.

override
OnParentChanged(EventArgs)

Raises the Control.ParentChanged event.

override
OnVisibleChanged(EventArgs)

Raises the ToolStripItem.VisibleChanged event.

override
ProcessDialogChar(char) : bool

Processes a dialog box character.

override
ProcessDialogKey(Keys) : bool

Processes a dialog box key.

override
ProcessMnemonic(char) : bool

Processes a mnemonic character.

override
ScaleControl(System.Drawing.SizeF, BoundsSpecified)

Scales a control's location, size, padding and margin.

override
ScaleCore(float, float)

This method is not relevant to this class.

override
SetBoundsCore(int, int, int, int, BoundsSpecified)

Performs the work of setting the specified bounds of this control.

override
SetVisibleCore(bool)

Adjusts the size of the owner System.Windows.Forms.ToolStrip to accommodate the System.Windows.Forms.ToolStripDropDown if the owner System.Windows.Forms.ToolStrip is currently displayed, or clears and resets active System.Windows.Forms.ToolStripDropDown child controls of the System.Windows.Forms.ToolStrip if the System.Windows.Forms.ToolStrip is not currently displayed.

override
WndProc(ref Message)
Documentation for this section has not yet been entered.