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 ControlCreateHandle.)
Protected methodDispose
Releases the unmanaged resources used by the Win32ToolBar and optionally releases the managed resources.
(Overrides ControlDispose(Boolean).)
Protected methodOnButtonClick
Raises the ButtonClick event.
Protected methodOnButtonDropDown
Raises the ButtonDropDown event.
Protected methodOnFontChanged
Raises the FontChanged event.
(Overrides ControlOnFontChanged(EventArgs).)
Protected methodOnHandleCreated
Raises the HandleCreated event.
(Overrides ControlOnHandleCreated(EventArgs).)
Protected methodOnResize
Raises the Resize event.
(Overrides ControlOnResize(EventArgs).)
Protected methodScaleControl
Scales a control's location, size, padding and margin.
(Overrides ControlScaleControl(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 ControlSetBoundsCore(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 ComponentToString.)
Protected methodWndProc
Processes Windows messages.
(Overrides ControlWndProc(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