Click or drag to resize

ShellAddressBar Methods

The ShellAddressBar type exposes the following members.

Methods
 NameDescription
Public methodBeginInitBegins an initialize.
Public methodEndInitEnds an initialize.
Public methodFolderChangedFolder changed.
Public methodFullRefreshTriggers a full refresh for all connected controls.
Public methodGoUpMove in all connected controls from the current to the parent folder.
Protected methodOnBeforePathChangeRaises the BeforePathChange event.
Protected methodOnCreateControlRaises the CreateControl method.
(Overrides ContainerControlOnCreateControl)
Protected methodOnFontChanged Raises the FontChanged event.
(Overrides ContainerControlOnFontChanged(EventArgs))
Protected methodOnHandleCreated Raises the HandleCreated event.
(Overrides ControlOnHandleCreated(EventArgs))
Protected methodOnPathSelectedExecutes the path selected event.
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 ScrollableControlScaleControl(SizeF, BoundsSpecified))
Public methodSelectedFileChangeSelected file change.
Protected methodSetBoundsCorePerforms the work of setting the specified bounds of this control.
(Overrides ControlSetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified))
Protected methodSetFont Sets the font without adjusting other properties.
Protected methodShouldSerializeRootedAtFileSystemFolderDetermine if we should serialize RootedAtFileSystemFolder.
Public methodSmartRefreshTriggers 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