System.Windows.Forms.ToolBar: Method Members

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

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

Public Methods

override
ToString() : string

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

Protected Methods

override
CreateHandle()

Creates a handle for the control.

override
Dispose(bool)

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

OnButtonClick(ToolBarButtonClickEventArgs)

Raises the ToolBar.ButtonClick event.

OnButtonDropDown(ToolBarButtonClickEventArgs)

Raises the ToolBar.ButtonDropDown event.

override
OnFontChanged(EventArgs)

Raises the Control.FontChanged event.

override
OnHandleCreated(EventArgs)

Raises the Control.HandleCreated event.

override
OnResize(EventArgs)

Raises the Control.Resize event.

override
ScaleControl(System.Drawing.SizeF, BoundsSpecified)

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

override
ScaleCore(float, float)

This method is not relevant for this class.

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

Sets the specified bounds of the System.Windows.Forms.ToolBar control.

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