The members of System.Windows.Forms.ToolBar are listed below.
See Also: Inherited members from System.Windows.Forms.Control
ToolBar() |
Initializes a new instance of the System.Windows.Forms.ToolBar class. |
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. |
override | ToString()
|
override | CreateHandle()
| |
override | Dispose(bool)
| |
OnButtonClick(ToolBarButtonClickEventArgs)
| ||
OnButtonDropDown(ToolBarButtonClickEventArgs)
| ||
override | OnFontChanged(EventArgs)
| |
override | OnHandleCreated(EventArgs)
| |
override | OnResize(EventArgs)
| |
override | ScaleControl(System.Drawing.SizeF, BoundsSpecified)
| |
override | ScaleCore(float, float)
| |
override | SetBoundsCore(int, int, int, int, BoundsSpecified)
| |
override | WndProc(ref Message)Documentation for this section has not yet been entered. |
AutoSizeChanged |
Occurs when the value of the ToolBar.AutoSize property has changed. | |
BackColorChanged |
Occurs when the ToolBar.BackColor property changes. | |
BackgroundImageChanged |
Occurs when the ToolBar.BackgroundImage property changes. | |
BackgroundImageLayoutChanged |
Occurs when the ToolBar.BackgroundImageLayout property changes. | |
ButtonClick |
Occurs when a System.Windows.Forms.ToolBarButton on the System.Windows.Forms.ToolBar is clicked. | |
ButtonDropDown |
Occurs when a drop-down style System.Windows.Forms.ToolBarButton or its down arrow is clicked. | |
ForeColorChanged |
Occurs when the ToolBar.ForeColor property changes. | |
ImeModeChanged |
Occurs when the ToolBar.ImeMode property changes. | |
Paint |
This member is not meaningful for this control. | |
RightToLeftChanged |
Occurs when the ToolBar.RightToLeft property changes. | |
TextChanged |
Occurs when the ToolBar.Text property changes. |