ShellBrowser .Net Edition
IShellControl Interface
NamespacesJam.ShellIShellControl
Interface that all shell controls implement.
Declaration Syntax
C#Visual BasicVisual C++
public interface IShellControl : ISupportInitializeNotification, 
	ISupportInitialize
Public Interface IShellControl _
	Implements ISupportInitializeNotification, ISupportInitialize
public interface class IShellControl : ISupportInitializeNotification, 
	ISupportInitialize
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
BeginInit()()()
Signals the object that initialization is starting.
(Inherited from ISupportInitialize.)
EndInit()()()
Signals the object that initialization is complete.
(Inherited from ISupportInitialize.)
FolderChanged(ItemIdList)
Changes the displayed folder in all connected controls.

FullRefresh()()()
Triggers a full refresh for all connected controls.

GoUp()()()
Move in all connected controls from the current to the parent folder.

Initialized
Occurs when initialization of the component is completed.
(Inherited from ISupportInitializeNotification.)
IsInitialized
Gets a value indicating whether the component is initialized.
(Inherited from ISupportInitializeNotification.)
SelectedFileChange(ItemIdList)
Changes the displayed file in all connected controls.

ShellControlConnector
Provides read/write access to a ShellControlConnector instance.

SmartRefresh()()()
Triggers a smart refresh for all connected controls.

See Also

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)