Click or drag to resize

ShellHistoryToolBar Class

A ToolBar known from the Windows Explorer to control history of visited folders.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        Jam.ShellWin32ToolBar
          Jam.ShellCustomToolBar
            Jam.ShellShellHistoryToolBar

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public class ShellHistoryToolBar : CustomToolBar, 
	IShellControl, IShellControlConnectorTarget, ISupportInitialize, ISupportInitializeNotification

The ShellHistoryToolBar type exposes the following members.

Constructors
 NameDescription
Public methodShellHistoryToolBarDefault constructor.
Top
Properties
 NameDescription
Public propertyAppearance Gets 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.
(Inherited from Win32ToolBar)
Public propertyBackColorGets or sets the background color.
(Inherited from Win32ToolBar)
Public propertyBackgroundImageGets or sets the background image.
(Inherited from Win32ToolBar)
Public propertyBackgroundImageLayoutGets or sets the layout for background image.
(Inherited from Win32ToolBar)
Public propertyBorderStyleGets or sets the border style of the toolbar control.
(Inherited from Win32ToolBar)
Public propertyButtonHeightGets 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 propertyDefaultImeModeGets 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 propertyDockGets 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 propertyForeColorGets or sets the forecolor .
(Inherited from Win32ToolBar)
Public propertyHideClippedButtons Determines if partial clipped buttons should be hidden or shown.
(Inherited from CustomToolBar)
Public propertyImageListGets or sets the collection of images available to the toolbar button controls.
(Inherited from Win32ToolBar)
Public propertyImageSizeGets the size of the images in the image list assigned to the toolbar.
(Inherited from Win32ToolBar)
Public propertyImeModeThis 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 propertyRightToLeftThis 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 propertyTabStopThis property is not meaningful for this control.
(Inherited from Win32ToolBar)
Public propertyTextGets 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
Methods
 NameDescription
Public methodBeginInit Signals that the object initialization has started.
Protected methodCreateHandleCreates a handle for the control.
(Inherited from Win32ToolBar)
Protected methodDispose Releases the unmanaged resources used by the Win32ToolBar and optionally releases the managed resources.
(Overrides Win32ToolBarDispose(Boolean))
Public methodEndInit Signals that the object initialization has finished.
Public methodFolderChanged Called if folder has changed.
Public methodFullRefresh Refreshes the shown content.
Public methodGoUp Goes up to parent directory.
Protected methodIndexOf Retrieves the zero-based index for the button associated with the specified command identifier.
(Inherited from CustomToolBar)
Public methodMoveBackward Moves one step backward in history of visited folders.
Public methodMoveForward Moves one step forward in history of visited folders.
Public methodMoveUpward Moves up to parent directory.
Protected methodOnButtonClick Raises the ButtonClick event.
(Overrides Win32ToolBarOnButtonClick(ToolBarButtonClickEventArgs))
Protected methodOnButtonDropDownRaises the ButtonDropDown event.
(Inherited from Win32ToolBar)
Protected methodOnCreateControl Raises the CreateControl method.
(Overrides ControlOnCreateControl)
Protected methodOnCustomDraw Provides support for custom drawing.
(Inherited from CustomToolBar)
Protected methodOnCustomDrawButtonProvides support for button custom drawing.
(Overrides CustomToolBarOnCustomDrawButton(DrawToolBarButtonEventArgs))
Protected methodOnFontChangedRaises the FontChanged event.
(Inherited from Win32ToolBar)
Protected methodOnHandleCreatedRaises the handle created event.
(Overrides CustomToolBarOnHandleCreated(EventArgs))
Protected methodOnResizeRaises the Resize event.
(Inherited from Win32ToolBar)
Public methodRefresh(RefreshLevel)This method indicates that the control should perform a refresh of its contents.
Public methodRefresh(RefreshLevel, ItemIdList)This method indicates that the control should perform a refresh of its contents.
Protected methodScaleControlScales a control's location, size, padding and margin.
(Overrides Win32ToolBarScaleControl(SizeF, BoundsSpecified))
Protected methodScaleCoreThis method is not relevant for this class.
(Inherited from Win32ToolBar)
Public methodSelectedFileChange Called if selection has changed.
Protected methodSetBoundsCoreSets the specified bounds of the Win32ToolBar control.
(Inherited from Win32ToolBar)
Public methodSetIndentSets the indentation for the first button.
(Inherited from CustomToolBar)
Protected methodShouldSerializeButtonSizeDetermine if we should serialize the ButtonSize property.
(Inherited from Win32ToolBar)
Public methodShowDropDown Shows the history popup menu.
Public methodSmartRefresh Refreshes the shown content in a smart way.
Public methodToStringReturns a string that represents the control.
(Inherited from Win32ToolBar)
Protected methodWmNotify Processes WM_NOTIFY messages.
(Inherited from CustomToolBar)
Protected methodWndProc Processes Windows messages.
(Inherited from CustomToolBar)
Top
Events
 NameDescription
Public eventAutoSizeChangedOccurs when the value of the AutoSize property has changed.
(Inherited from Win32ToolBar)
Public eventBackColorChangedOccurs when the BackColor property changes.
(Inherited from Win32ToolBar)
Public eventBackgroundImageChangedOccurs when the BackgroundImage property changes.
(Inherited from Win32ToolBar)
Public eventBackgroundImageLayoutChangedOccurs when the BackgroundImageLayout property changes.
(Inherited from Win32ToolBar)
Public eventButtonClickOccurs when a Win32ToolBarButton on the Win32ToolBar is clicked.
(Inherited from Win32ToolBar)
Public eventButtonDropDownOccurs when a drop-down style Win32ToolBarButton or its down arrow is clicked.
(Inherited from Win32ToolBar)
Public eventDrawButton Occurs if a button is drawn and OwnerDraw is set to true.
(Inherited from CustomToolBar)
Public eventFontChanged Occurs when the Font property value changes.
Public eventForeColorChangedOccurs when the ForeColor property changes.
(Inherited from Win32ToolBar)
Public eventImeModeChangedOccurs when the ImeMode property changes.
(Inherited from Win32ToolBar)
Public eventInitialized This event is fired after the initialization of the component.
Public eventPaintThis member is not meaningful for this control.
(Inherited from Win32ToolBar)
Public eventRightToLeftChangedOccurs when the RightToLeft property changes.
(Inherited from Win32ToolBar)
Public eventTextChangedOccurs when the Text property changes.
(Inherited from Win32ToolBar)
Top
Extension Methods
 NameDescription
Public Extension MethodGetSelfAndDescendants Returns a flattened collection of a control and all of its descendant controls.
(Defined by ExtensionMethods)
Public Extension MethodHandleNeededA Control extension method that ensures that the handle for a control is created.
(Defined by ExtensionMethods)
Public Extension MethodScaledPixelsAn extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with.
(Defined by ExtensionMethods)
Public Extension MethodScaleFontA Control extension method that scales font according to the passed factor.
(Defined by ExtensionMethods)
Top
See Also