Click or drag to resize

ShellBreadCrumbBar Methods

The ShellBreadCrumbBar type exposes the following members.

Methods
 NameDescription
Public methodBeginInit Signals the object that initialization is starting.
Protected methodCanNavigate Called, before the ShellList displays a new folder. Calls the CanNavigate(Object, ItemIdList) implementation if assigned.
Public methodEndInit Signals the object that initialization is complete.
Public methodFolderChanged Changes the displayed folder in all connected controls. The Edit-Mode is left.
Public methodFullRefresh Triggers a full refresh for all connected controls.
Public methodGoUp Move in all connected controls from the current to the parent folder.
Protected methodOnBeforePathChangeNot implemented.
Protected methodOnCreateControl Raises the CreateControl method.
(Overrides ControlOnCreateControl)
Protected methodOnFontChanged Raises the FontChanged event.
(Overrides ControlOnFontChanged(EventArgs))
Protected methodOnHandleCreatedRaises the HandleCreated event.
(Overrides ControlOnHandleCreated(EventArgs))
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 ControlScaleControl(SizeF, BoundsSpecified))
Public methodSelectedFileChange Changes the displayed file in all connected controls.
Protected methodSetBoundsCorePerforms the work of setting the specified bounds of this control.
(Overrides ControlSetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified))
Public methodSmartRefresh Triggers a smart refresh for all connected controls.
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