Click or drag to resize

ShellHistoryToolBar Properties

The ShellHistoryToolBar type exposes the following members.

Properties
  NameDescription
Public propertyAppearance
Gets or set the value that determines the appearance of a toolbar control and its buttons.
Public propertyAutoSize
Gets or sets a value indicating whether the toolbar adjusts its size automatically, based on the size of the buttons and the dock style.
(Inherited from Win32ToolBar.)
Public propertyBackColor
Gets or sets the background color.
(Inherited from Win32ToolBar.)
Public propertyBackgroundImage
Gets or sets the background image.
(Inherited from Win32ToolBar.)
Public propertyBackgroundImageLayout
Gets or sets the layout for background image.
(Inherited from Win32ToolBar.)
Public propertyBorderStyle
Gets or sets the border style of the toolbar control.
(Inherited from Win32ToolBar.)
Public propertyButtonHeight
Gets or sets the height of the buttons.
(Inherited from CustomToolBar.)
Public propertyButtons
Gets the collection of Win32ToolBarButton controls assigned to the toolbar control.
Public propertyButtonSize
Gets or sets the size of the buttons on the toolbar control.
Protected propertyCreateParams
Gets the required creation parameters when the control handle is created.
(Inherited from CustomToolBar.)
Protected propertyDefaultImeMode
Gets the default Input Method Editor (IME) mode supported by this control.
(Inherited from Win32ToolBar.)
Protected propertyDefaultSize
Gets the default size of the control.
(Overrides Win32ToolBarDefaultSize.)
Public propertyDivider
Gets or sets a value indicating whether the toolbar displays a divider.
Public propertyDock
Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.
(Inherited from Win32ToolBar.)
Protected propertyDoubleBuffered
This member is not meaningful for this control.
(Inherited from CustomToolBar.)
Public propertyDropDownArrows
Gets or sets a value indicating whether drop-down buttons on a toolbar display down arrows.
Public propertyFont
Gets or sets the font of the text displayed by the control.
(Overrides ControlFont.)
Public propertyForeColor
Gets or sets the forecolor .
(Inherited from Win32ToolBar.)
Public propertyHideClippedButtons
Determines if partial clipped buttons should be hidden or shown.
(Inherited from CustomToolBar.)
Public propertyImageList
Gets or sets the collection of images available to the toolbar button controls.
(Inherited from Win32ToolBar.)
Public propertyImageSize
Gets the size of the images in the image list assigned to the toolbar.
(Inherited from Win32ToolBar.)
Public propertyImeMode
This member is not meaningful for this control.
(Inherited from Win32ToolBar.)
Public propertyIsInitialized
Gets a value indicating whether the component is initialized.
Public propertyOwnerDraw
Determines if control supports owner-drawing.
(Inherited from CustomToolBar.)
Public propertyPadding
Gets or sets the padding.
(Inherited from CustomToolBar.)
Public propertyRightToLeft
This member is not meaningful for this control.
(Inherited from Win32ToolBar.)
Public propertyShellControlConnector
Connects this control to a ShellControlConnector component, which allows to synchronize several shell controls.
Public propertyShowToolTips
Gets or sets a value indicating whether the toolbar displays a ToolTip for each button.
Public propertyTabStop
This property is not meaningful for this control.
(Inherited from Win32ToolBar.)
Public propertyText
Gets or sets the text for the toolbar.
(Inherited from Win32ToolBar.)
Public propertyTextAlign
Gets or sets the alignment of text in relation to each image displayed on the toolbar button controls.
Public propertyVersion
The current version of the ShellBrowser components.
(Inherited from CustomToolBar.)
Public propertyWrappable
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.
Top
See Also