Win32ToolBar Properties |
The Win32ToolBar type exposes the following members.
Name | Description | |
---|---|---|
![]() | Appearance | Gets or set the value that determines the appearance of a toolbar control and its buttons. |
![]() | AutoSize | Gets 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.) |
![]() | BackColor | Gets or sets the background color. (Overrides ControlBackColor.) |
![]() | BackgroundImage | Gets or sets the background image. (Overrides ControlBackgroundImage.) |
![]() | BackgroundImageLayout | Gets or sets the layout for background image. (Overrides ControlBackgroundImageLayout.) |
![]() | BorderStyle | Gets or sets the border style of the toolbar control. |
![]() | Buttons | Gets the collection of Win32ToolBarButton controls assigned to the toolbar control. |
![]() | ButtonSize | Gets or sets the size of the buttons on the toolbar control. |
![]() | CreateParams | Gets the required creation parameters when the control handle is created. (Overrides ControlCreateParams.) |
![]() | DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by this control. (Overrides ControlDefaultImeMode.) |
![]() | DefaultSize | Gets the default size of the control. (Overrides ControlDefaultSize.) |
![]() | Divider | Gets or sets a value indicating whether the toolbar displays a divider. |
![]() | Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Overrides ControlDock.) |
![]() | DoubleBuffered | This member is not meaningful for this control. (Overrides ControlDoubleBuffered.) |
![]() | DropDownArrows | Gets or sets a value indicating whether drop-down buttons on a toolbar display down arrows. |
![]() | ForeColor | Gets or sets the forecolor . (Overrides ControlForeColor.) |
![]() | ImageList | Gets or sets the collection of images available to the toolbar button controls. |
![]() | ImageSize | Gets the size of the images in the image list assigned to the toolbar. |
![]() | ImeMode | This member is not meaningful for this control. |
![]() | RightToLeft | This member is not meaningful for this control. (Overrides ControlRightToLeft.) |
![]() | ShowToolTips | Gets or sets a value indicating whether the toolbar displays a ToolTip for each button. |
![]() | TabStop | This property is not meaningful for this control. |
![]() | Text | Gets or sets the text for the toolbar. (Overrides ControlText.) |
![]() | TextAlign | Gets or sets the alignment of text in relation to each image displayed on the toolbar button controls. |
![]() | Wrappable | 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. |