Interface that all shell controls implement.
| C# | Visual Basic | Visual C++ |
public interface IShellControl : ISupportInitializeNotification, ISupportInitialize
Public Interface IShellControl _ Implements ISupportInitializeNotification, ISupportInitialize
public interface class IShellControl : ISupportInitializeNotification, ISupportInitialize
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| 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.
|