Click or drag to resize

Win32ToolBar Properties

The Win32ToolBar type exposes the following members.

Properties
 NameDescription
Public propertyAppearanceGets or set the value that determines the appearance of a toolbar control and its buttons.
Public propertyAutoSizeGets or sets a value indicating whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style.
(Overrides Control.AutoSize)
Public propertyBackColorGets or sets the background color.
(Overrides ControlBackColor)
Public propertyBackgroundImageGets or sets the background image.
(Overrides ControlBackgroundImage)
Public propertyBackgroundImageLayoutGets or sets the layout for background image.
(Overrides ControlBackgroundImageLayout)
Public propertyBorderStyleGets or sets the border style of the toolbar control.
Public propertyButtonsGets the collection of Win32ToolBarButton controls assigned to the toolbar control.
Public propertyButtonSizeGets or sets the size of the buttons on the toolbar control.
Protected propertyCreateParamsGets the required creation parameters when the control handle is created.
(Overrides ControlCreateParams)
Protected propertyDefaultImeModeGets the default Input Method Editor (IME) mode supported by this control.
(Overrides ControlDefaultImeMode)
Protected propertyDefaultSizeGets the default size of the control.
(Overrides ControlDefaultSize)
Public propertyDividerGets or sets a value indicating whether the toolbar displays a divider.
Public propertyDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Overrides ControlDock)
Protected propertyDoubleBufferedThis member is not meaningful for this control.
(Overrides ControlDoubleBuffered)
Public propertyDropDownArrowsGets or sets a value indicating whether drop-down buttons on a toolbar display down arrows.
Public propertyForeColorGets or sets the forecolor .
(Overrides ControlForeColor)
Public propertyImageListGets or sets the collection of images available to the toolbar button controls.
Public propertyImageSizeGets the size of the images in the image list assigned to the toolbar.
Public propertyImeModeThis member is not meaningful for this control.
Public propertyRightToLeftThis member is not meaningful for this control.
(Overrides ControlRightToLeft)
Public propertyShowToolTipsGets or sets a value indicating whether the toolbar displays a ToolTip for each button.
Public propertyTabStopThis property is not meaningful for this control.
Public propertyTextGets or sets the text for the toolbar.
(Overrides ControlText)
Public propertyTextAlignGets or sets the alignment of text in relation to each image displayed on the toolbar button controls.
Public propertyWrappableGets or sets a value indicating whether the toolbar buttons wrap to the next line if the toolbar becomes too small to display all the buttons on the same line.
Top
See Also