Click or drag to resize

IShellControl Interface

Interface that all shell controls implement.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public interface IShellControl : IShellControlConnectorTarget, 
	ISupportInitialize, ISupportInitializeNotification

The IShellControl type exposes the following members.

Properties
  NameDescription
Public propertyShellControlConnector
Provides read/write access to a ShellControlConnector instance.
Top
Methods
  NameDescription
Public methodFolderChanged
Changes the displayed folder in all connected controls.
(Inherited from IShellControlConnectorTarget.)
Public methodFullRefresh
Triggers a full refresh for all connected controls.
Public methodGoUp
Move in all connected controls from the current to the parent folder.
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.
Public methodSelectedFileChange
Changes the displayed file in all connected controls.
(Inherited from IShellControlConnectorTarget.)
Public methodSmartRefresh
Triggers a smart refresh for all connected controls.
Top
See Also