ShellAddressBar Methods |
The ShellAddressBar type exposes the following members.
Name | Description | |
---|---|---|
BeginInit | Begins an initialize. | |
EndInit | Ends an initialize. | |
FolderChanged | Folder changed. | |
FullRefresh | Triggers a full refresh for all connected controls. | |
GoUp | Move in all connected controls from the current to the parent folder. | |
OnBeforePathChange | Raises the BeforePathChange event. | |
OnCreateControl | Raises the CreateControl method. (Overrides ContainerControlOnCreateControl.) | |
OnFontChanged |
Raises the FontChanged event.
(Overrides ContainerControlOnFontChanged(EventArgs).) | |
OnHandleCreated |
Raises the HandleCreated event.
(Overrides ControlOnHandleCreated(EventArgs).) | |
OnPathSelected | Executes the path selected event. | |
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 ScrollableControlScaleControl(SizeF, BoundsSpecified).) | |
SelectedFileChange | Selected file change. | |
SetBoundsCore | Performs the work of setting the specified bounds of this control. (Overrides ControlSetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified).) | |
SetFont |
Sets the font without adjusting other properties.
| |
ShouldSerializeRootedAtFileSystemFolder | Determine if we should serialize RootedAtFileSystemFolder. | |
SmartRefresh | Triggers a smart refresh for all connected controls. |
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.) |