ShellControlConnector Methods |
The ShellControlConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| DeregisterShellControl |
Deregisters a control with the ShellControlConnector
| |
| Dispose |
Releases the unmanaged resources used by the Component
and optionally releases the managed resources.
(Overrides ComponentDispose(Boolean).) | |
| FullRefreshControls |
Calls the FullRefresh FullRefresh() method for all connected controls.
| |
| GetCaptionForHistoryElement |
Retrieve the caption of a history element at the index given.
| |
| GetHistoryElement |
Retrieve the history element at the index given.
| |
| IsMovePossible |
Checks if a move by delta steps in the history is possible.
| |
| MoveInHistory |
Move the pointer in the History by delta items.
If delta is positive, move forward.
Move backward if delta is negative.
| |
| OnFileChanged |
Fire the OnFileChanged event.
| |
| OnFolderChanged |
Triggers the FolderChanged event.
| |
| PathChanged |
This public method is used by the connected controls for synchronization. Usually this method should not be called by the user directly.
| |
| Refresh(RefreshLevel) | Refreshes the information displayed in all controls connected with this ShellControlConnector. | |
| Refresh(IShellControl, RefreshLevel, ItemIdList) | Refreshes the information displayed in all controls connected with this ShellControlConnector except the passed control, which usually will be the caller. | |
| RegisterShellControl |
Registers a control with the ShellControlConnector
| |
| SelectedFileChanged |
This public method is used by the connected controls for synchronization. Usually this method should not be called by the user directly.
| |
| SmartRefreshControls |
Calls the SmartRefresh SmartRefresh() method for all connected controls
|