Win32ToolBar Methods |
The Win32ToolBar type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateHandle | Creates a handle for the control. (Overrides ControlCreateHandle.) | |
| Dispose | Releases the unmanaged resources used by the Win32ToolBar and optionally releases the managed resources. (Overrides ControlDispose(Boolean).) | |
| OnButtonClick | Raises the ButtonClick event. | |
| OnButtonDropDown | Raises the ButtonDropDown event. | |
| OnFontChanged | Raises the FontChanged event. (Overrides ControlOnFontChanged(EventArgs).) | |
| OnHandleCreated | Raises the HandleCreated event. (Overrides ControlOnHandleCreated(EventArgs).) | |
| OnResize | Raises the Resize event. (Overrides ControlOnResize(EventArgs).) | |
| ScaleControl | Scales a control's location, size, padding and margin. (Overrides ControlScaleControl(SizeF, BoundsSpecified).) | |
| ScaleCore | This method is not relevant for this class. (Overrides Control.ScaleCore(Single, Single).) | |
| SetBoundsCore | Sets the specified bounds of the Win32ToolBar control. (Overrides ControlSetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).) | |
| ShouldSerializeButtonSize | Determine if we should serialize the ButtonSize property. | |
| ToString | Returns a string that represents the control. (Overrides ComponentToString.) | |
| WndProc | Processes Windows messages. (Overrides ControlWndProc(Message).) |
| Name | Description | |
|---|---|---|
| HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods.) | |
| ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods.) | |
| ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods.) |