System.Windows.Forms.ToolStrip: Method Members

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

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

Public Methods

GetChildAtPoint(System.Drawing.Point) : Control

This method is not relevant for this class.

GetChildAtPoint(System.Drawing.Point, GetChildAtPointSkip) : Control

This method is not relevant for this class.

GetItemAt(System.Drawing.Point) : ToolStripItem

Returns the item located at the specified point in the client area of the System.Windows.Forms.ToolStrip.

GetItemAt(int, int) : ToolStripItem

Returns the item located at the specified x- and y-coordinates of the System.Windows.Forms.ToolStrip client area.

GetNextItem(ToolStripItem, ArrowDirection) : ToolStripItem

Retrieves the next System.Windows.Forms.ToolStripItem from the specified reference point and moving in the specified direction.

ResetMinimumSize()

This method is not relevant for this class.

SetAutoScrollMargin(int, int)

This method is not relevant for this class.

override
ToString() : string

Returns a string that represents the System.Windows.Forms.ToolStrip control.

Protected Methods

override
CreateAccessibilityInstance() : AccessibleObject

Creates a new accessibility object for the System.Windows.Forms.ToolStrip item.

override
CreateControlsInstance() : Control.ControlCollection

Creates a new instance of the control collection for the control.

CreateDefaultItem(string, System.Drawing.Image, EventHandler) : ToolStripItem

Creates a default System.Windows.Forms.ToolStripItem with the specified text, image, and event handler on a new System.Windows.Forms.ToolStrip instance.

CreateLayoutSettings(ToolStripLayoutStyle) : LayoutSettings

Specifies the visual arrangement for the System.Windows.Forms.ToolStrip.

override
Dispose(bool)

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

override
IsInputChar(char) : bool

Determines whether a character is an input character that the item recognizes.

override
IsInputKey(Keys) : bool

Determines whether the specified key is a regular input key or a special key that requires preprocessing.

OnBeginDrag(EventArgs)

Raises the ToolStrip.BeginDrag event.

override
OnDockChanged(EventArgs)

Raises the Control.DockChanged event.

override
OnEnabledChanged(EventArgs)

Raises the Control.Enabled event.

OnEndDrag(EventArgs)

Raises the ToolStrip.EndDrag event.

override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnHandleDestroyed(EventArgs)

Raises the Control.HandleDestroyed event.

override
OnInvalidated(InvalidateEventArgs)

Raises the Control.Invalidated event.

OnItemAdded(ToolStripItemEventArgs)

Raises the ToolStrip.ItemAdded event.

OnItemClicked(ToolStripItemClickedEventArgs)

Raises the ToolStrip.ItemClicked event.

OnItemRemoved(ToolStripItemEventArgs)

Raises the ToolStrip.ItemRemoved event.

override
OnLayout(LayoutEventArgs)

Raises the Control.Layout event.

OnLayoutCompleted(EventArgs)

Raises the ToolStrip.LayoutCompleted event.

OnLayoutStyleChanged(EventArgs)

Raises the ToolStrip.LayoutStyleChanged event.

override
OnLeave(EventArgs)

Raises the Control.Leave event.

override
OnLostFocus(EventArgs)

Raises the Control.LostFocus event.

override
OnMouseCaptureChanged(EventArgs)

Raises the Control.MouseCaptureChanged event.

override
OnMouseDown(MouseEventArgs)

Raises the Control.MouseDown event.

override
OnMouseLeave(EventArgs)

Raises the Control.MouseLeave event.

override
OnMouseMove(MouseEventArgs)

Raises the Control.MouseMove event.

override
OnMouseUp(MouseEventArgs)

Raises the Control.MouseUp event.

override
OnPaint(PaintEventArgs)

Raises the Control.Paint event.

override
OnPaintBackground(PaintEventArgs)

Raises the Control.Paint event for the System.Windows.Forms.ToolStrip background.

OnPaintGrip(PaintEventArgs)

Raises the ToolStrip.PaintGrip event.

OnRendererChanged(EventArgs)

Raises the ToolStrip.RendererChanged event.

override
OnRightToLeftChanged(EventArgs)

Raises the Control.RightToLeftChanged event.

override
OnScroll(ScrollEventArgs)

Raises the ScrollableControl.Scroll event.

override
OnTabStopChanged(EventArgs)

Raises the Control.TabStopChanged event.

override
OnVisibleChanged(EventArgs)

Raises the ToolStripItem.VisibleChanged event.

override
ProcessCmdKey(ref Message, Keys) : bool
Documentation for this section has not yet been entered.
override
ProcessDialogKey(Keys) : bool

Processes a dialog box key.

override
ProcessMnemonic(char) : bool

Processes a mnemonic character.

RestoreFocus()

Controls the return location of the focus.

override
Select(bool, bool)

Activates a child control. Optionally specifies the direction in the tab order to select the control from.

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

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

SetDisplayedItems()

Resets the collection of displayed and overflow items after a layout is done.

SetItemLocation(ToolStripItem, System.Drawing.Point)

Anchors a System.Windows.Forms.ToolStripItem to a particular place on a System.Windows.Forms.ToolStrip.

static
SetItemParent(ToolStripItem, ToolStrip)

Enables you to change the parent System.Windows.Forms.ToolStrip of a System.Windows.Forms.ToolStripItem.

override
SetVisibleCore(bool)

Retrieves a value that sets the System.Windows.Forms.ToolStripItem to the specified visibility state.

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