ShellHistoryToolBar Class |
Namespace: Jam.Shell
The ShellHistoryToolBar type exposes the following members.
Name | Description | |
---|---|---|
![]() | ShellHistoryToolBar | Default constructor. |
Name | Description | |
---|---|---|
![]() | Appearance |
Gets or set the value that determines the appearance of a toolbar control and its buttons.
|
![]() | ButtonHeight | Gets or sets the height of the buttons. (Inherited from CustomToolBar.) |
![]() | Buttons |
Gets the collection of ToolBarButton 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.
(Inherited from CustomToolBar.) |
![]() | DefaultSize |
Gets the default size of the control.
(Overrides ToolBarDefaultSize.) |
![]() | Divider |
Gets or sets a value indicating whether the toolbar displays a divider.
|
![]() | DoubleBuffered |
This member is not meaningful for this control.
(Inherited from CustomToolBar.) |
![]() | DropDownArrows |
Gets or sets a value indicating whether drop-down buttons on a toolbar display down arrows.
|
![]() | Font |
Gets or sets the font of the text displayed by the control.
(Overrides ControlFont.) |
![]() | HideClippedButtons |
Determines if partial clipped buttons should be hidden or shown.
(Inherited from CustomToolBar.) |
![]() | IsInitialized |
Gets a value indicating whether the component is initialized.
|
![]() | OwnerDraw |
Determines if control supports owner-drawing.
(Inherited from CustomToolBar.) |
![]() | Padding |
Gets or sets the padding.
(Inherited from CustomToolBar.) |
![]() | ShellControlConnector |
Connects this control to a ShellControlConnector component, which allows to synchronize several shell controls.
|
![]() | ShowToolTips |
Gets or sets a value indicating whether the toolbar displays a ToolTip for each button.
|
![]() | TextAlign |
Gets or sets the alignment of text in relation to each image displayed on the toolbar button controls.
|
![]() | Version |
The current version of the ShellBrowser components.
(Inherited from CustomToolBar.) |
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | BeginInit |
Signals that the object initialization has started.
|
![]() | Dispose |
Releases the unmanaged resources used by the ToolBar
and optionally releases the managed resources.
(Overrides ToolBarDispose(Boolean).) |
![]() | EndInit |
Signals that the object initialization has finished.
|
![]() | FolderChanged |
Called if folder has changed.
|
![]() | FullRefresh |
Refreshes the shown content.
|
![]() | GoUp |
Goes up to parent directory.
|
![]() | IndexOf |
Retrieves the zero-based index for the button associated with the specified command identifier.
(Inherited from CustomToolBar.) |
![]() | MoveBackward |
Moves one step backward in history of visited folders.
|
![]() | MoveForward |
Moves one step forward in history of visited folders.
|
![]() | MoveUpward |
Moves up to parent directory.
|
![]() | OnButtonClick |
Raises the ButtonClick event.
(Overrides ToolBarOnButtonClick(ToolBarButtonClickEventArgs).) |
![]() | OnCreateControl |
Raises the CreateControl method.
(Overrides ControlOnCreateControl.) |
![]() | OnCustomDraw |
Provides support for custom drawing.
(Inherited from CustomToolBar.) |
![]() | OnCustomDrawButton | Provides support for button custom drawing. (Overrides CustomToolBarOnCustomDrawButton(DrawToolBarButtonEventArgs).) |
![]() | OnHandleCreated | Raises the handle created event. (Overrides CustomToolBarOnHandleCreated(EventArgs).) |
![]() | Refresh(RefreshLevel) | This method indicates that the control should perform a refresh of its contents. |
![]() | Refresh(RefreshLevel, ItemIdList) | This method indicates that the control should perform a refresh of its contents. |
![]() | ScaleControl | Scales a control's location, size, padding and margin. (Overrides ToolBarScaleControl(SizeF, BoundsSpecified).) |
![]() | SelectedFileChange |
Called if selection has changed.
|
![]() | SetIndent | Sets the indentation for the first button. (Inherited from CustomToolBar.) |
![]() | ShowDropDown |
Shows the history popup menu.
|
![]() | SmartRefresh |
Refreshes the shown content in a smart way.
|
![]() | WmNotify |
Processes WM_NOTIFY messages.
(Inherited from CustomToolBar.) |
![]() | WndProc |
Processes Windows messages.
(Inherited from CustomToolBar.) |
Name | Description | |
---|---|---|
![]() | DrawButton |
Occurs if a button is drawn and OwnerDraw is set to true.
(Inherited from CustomToolBar.) |
![]() | FontChanged |
Occurs when the Font property value changes.
|
![]() | Initialized |
This event is fired after the initialization of the component.
|
Name | Description | |
---|---|---|
![]() | HandleNeeded | A Control extension method that ensures that the handle for a control is created. (Defined by ExtensionMethods.) |
![]() | ScaledPixels | An extension method for controls: It scales the passed pixels according to the current dpi the control is displayed with. (Defined by ExtensionMethods.) |
![]() | ScaleFont | A Control extension method that scales font according to the passed factor. (Defined by ExtensionMethods.) |