ShellHistoryToolBar Methods |
The ShellHistoryToolBar type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginInit |
Signals that the object initialization has started.
|
![]() | CreateHandle | Creates a handle for the control. (Inherited from Win32ToolBar.) |
![]() | Dispose |
Releases the unmanaged resources used by the Win32ToolBar
and optionally releases the managed resources.
(Overrides Win32ToolBarDispose(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 Win32ToolBarOnButtonClick(ToolBarButtonClickEventArgs).) |
![]() | OnButtonDropDown | Raises the ButtonDropDown event. (Inherited from Win32ToolBar.) |
![]() | 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).) |
![]() | OnFontChanged | Raises the FontChanged event. (Inherited from Win32ToolBar.) |
![]() | OnHandleCreated | Raises the handle created event. (Overrides CustomToolBarOnHandleCreated(EventArgs).) |
![]() | OnResize | Raises the Resize event. (Inherited from Win32ToolBar.) |
![]() | 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 Win32ToolBarScaleControl(SizeF, BoundsSpecified).) |
![]() | ScaleCore | This method is not relevant for this class. (Inherited from Win32ToolBar.) |
![]() | SelectedFileChange |
Called if selection has changed.
|
![]() | SetBoundsCore | Sets the specified bounds of the Win32ToolBar control. (Inherited from Win32ToolBar.) |
![]() | SetIndent | Sets the indentation for the first button. (Inherited from CustomToolBar.) |
![]() | ShouldSerializeButtonSize | Determine if we should serialize the ButtonSize property. (Inherited from Win32ToolBar.) |
![]() | ShowDropDown |
Shows the history popup menu.
|
![]() | SmartRefresh |
Refreshes the shown content in a smart way.
|
![]() | ToString | Returns a string that represents the control. (Inherited from Win32ToolBar.) |
![]() | WmNotify |
Processes WM_NOTIFY messages.
(Inherited from CustomToolBar.) |
![]() | WndProc |
Processes Windows messages.
(Inherited from CustomToolBar.) |
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.) |