The properties of System.Windows.Forms.ToolBar are listed below. For a list of all members, see the ToolBar Members list.
See Also: Inherited members from System.Windows.Forms.Control
Appearance | ToolBarAppearance.
Gets or set the value that determines the appearance of a toolbar control and its buttons. | |
override | AutoSize | bool.
Gets or sets a value indicating whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style. |
override | BackColor | System.Drawing.Color.
Gets or sets the background color. |
override | BackgroundImage | System.Drawing.Image.
Gets or sets the background image. |
override | BackgroundImageLayout | ImageLayout.
Gets or sets the layout for background image. |
BorderStyle | BorderStyle.
Gets or sets the border style of the toolbar control. | |
[read-only] | Buttons | ToolBar.ToolBarButtonCollection.
Gets the collection of System.Windows.Forms.ToolBarButton controls assigned to the toolbar control. |
ButtonSize | System.Drawing.Size.
Gets or sets the size of the buttons on the toolbar control. | |
Divider | bool.
Gets or sets a value indicating whether the toolbar displays a divider. | |
override | Dock | DockStyle.
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. |
DropDownArrows | bool.
Gets or sets a value indicating whether drop-down buttons on a toolbar display down arrows. | |
override | ForeColor | System.Drawing.Color.
Gets or sets the forecolor . |
ImageList | ImageList.
Gets or sets the collection of images available to the toolbar button controls. | |
[read-only] | ImageSize | System.Drawing.Size.
Gets the size of the images in the image list assigned to the toolbar. |
ImeMode | ImeMode.
This member is not meaningful for this control. | |
override | RightToLeft | RightToLeft.
This member is not meaningful for this control. |
ShowToolTips | bool.
Gets or sets a value indicating whether the toolbar displays a ToolTip for each button. | |
TabStop | bool.
This property is not meaningful for this control. | |
override | Text | string.
Gets or sets the text for the toolbar. |
TextAlign | ToolBarTextAlign.
Gets or sets the alignment of text in relation to each image displayed on the toolbar button controls. | |
Wrappable | bool.
Gets 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. |
[read-only] override | CreateParams | CreateParams.
Gets the required creation parameters when the control handle is created. |
[read-only] override | DefaultImeMode | ImeMode.
Gets the default Input Method Editor (IME) mode supported by this control. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |
override | DoubleBuffered | bool.
This member is not meaningful for this control. |