Click or drag to resize

Win32ToolBar Methods

The Win32ToolBar type exposes the following members.

Methods
 NameDescription
Protected methodCreateHandleCreates a handle for the control.
(Overrides ControlCreateHandle)
Protected methodDisposeReleases the unmanaged resources used by the Win32ToolBar and optionally releases the managed resources.
(Overrides ControlDispose(Boolean))
Protected methodOnButtonClickRaises the ButtonClick event.
Protected methodOnButtonDropDownRaises the ButtonDropDown event.
Protected methodOnFontChangedRaises the FontChanged event.
(Overrides ControlOnFontChanged(EventArgs))
Protected methodOnHandleCreatedRaises the HandleCreated event.
(Overrides ControlOnHandleCreated(EventArgs))
Protected methodOnResizeRaises the Resize event.
(Overrides ControlOnResize(EventArgs))
Protected methodScaleControlScales a control's location, size, padding and margin.
(Overrides ControlScaleControl(SizeF, BoundsSpecified))
Protected methodScaleCoreThis method is not relevant for this class.
(Overrides Control.ScaleCore(Single, Single))
Protected methodSetBoundsCoreSets the specified bounds of the Win32ToolBar control.
(Overrides ControlSetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified))
Protected methodShouldSerializeButtonSizeDetermine if we should serialize the ButtonSize property.
Public methodToStringReturns a string that represents the control.
(Overrides ComponentToString)
Protected methodWndProcProcesses Windows messages.
(Overrides ControlWndProc(Message))
Top
Extension Methods
 NameDescription
Public Extension MethodGetSelfAndDescendants Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods)
Public Extension MethodHandleNeededA Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods)
Public Extension MethodScaledPixelsAn extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods)
Public Extension MethodScaleFontA Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods)
Top
See Also