Click or drag to resize

Win32ToolBar Methods

The Win32ToolBar type exposes the following members.

Methods
  NameDescription
Protected methodCreateHandle
Creates a handle for the control.
(Overrides Control.CreateHandle().)
Protected methodDispose
Releases the unmanaged resources used by the Win32ToolBar and optionally releases the managed resources.
(Overrides Control.Dispose(Boolean).)
Protected methodOnButtonClick
Raises the ButtonClick event.
Protected methodOnButtonDropDown
Raises the ButtonDropDown event.
Protected methodOnFontChanged
Raises the FontChanged event.
(Overrides Control.OnFontChanged(EventArgs).)
Protected methodOnHandleCreated
Raises the HandleCreated event.
(Overrides Control.OnHandleCreated(EventArgs).)
Protected methodOnResize
Raises the Resize event.
(Overrides Control.OnResize(EventArgs).)
Protected methodScaleControl
Scales a control's location, size, padding and margin.
(Overrides Control.ScaleControl(SizeF, BoundsSpecified).)
Protected methodScaleCore
This method is not relevant for this class.
(Overrides Control.ScaleCore(Single, Single).)
Protected methodSetBoundsCore
Sets the specified bounds of the Win32ToolBar control.
(Overrides Control.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).)
Protected methodShouldSerializeButtonSize
Determine if we should serialize the ButtonSize property.
Public methodToString
Returns a string that represents the control.
(Overrides Component.ToString().)
Protected methodWndProc
Processes Windows messages.
(Overrides Control.WndProc(Message).)
Top
Extension Methods
  NameDescription
Public Extension MethodHandleNeeded
A Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods.)
Public Extension MethodScaledPixels
An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods.)
Public Extension MethodScaleFont
A Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods.)
Top
See Also