ShellHistoryToolStrip Class |
Namespace: Jam.Shell
The ShellHistoryToolStrip type exposes the following members.
Name | Description | |
---|---|---|
ShellHistoryToolStrip |
Default constructor of the ShellHistory class
|
Name | Description | |
---|---|---|
HistoryBackButton |
This property allows you to access the forward button of the ShellHistoryToolStrip,
it may be customized as needed.
However its dropdown items change each time a FolderChanged event occurs in the
ShellControlConnector this component is connected to.
| |
HistoryForwardButton |
This property allows you to access the forward button of the ShellHistoryToolStrip, it may be customized as needed.
However its dropdown items change each time a FolderChanged event occurs in the
ShellControlConnector this component is connected to.
| |
HistoryMaxLength |
Set the maximum length of the displayed history list.
This List is obtained from the registered ShellControlConnector.
| |
IsInitialized |
Returns true if the control has been initialized (the designer generated code was executed)
| |
ShellControlConnector |
Connects this control to a ShellControlConnector component, which allows to synchronize several shell controls.
| |
Version |
The current version of the ShellBrowser.
|
Name | Description | |
---|---|---|
BeginInit |
Signals the object that initialization is starting.
| |
EndInit |
Signals the object that initialization is complete.
| |
FolderChanged(ItemIdList) |
If this method gets called from the ShellControlConnector, the history drop down combobox
is being updated to reflect the new folder history.
| |
FolderChanged(Object, EventArgs) |
This method gets called on the FolderChanged event of the ShellControlConnector
| |
FullRefresh |
IShellControl interface implementation, empty for the ShellHistoryToolStrip.
Calling this method has not effect.
| |
GoUp |
IShellControl interface implementation, empty for the ShellHistoryToolStrip.
Calling this method has not effect.
| |
Refresh(RefreshLevel) |
IShellControl interface implementation, empty for the ShellHistoryToolStrip. Calling this
method has not effect.
| |
Refresh(RefreshLevel, ItemIdList) |
IShellControl interface implementation, empty for the ShellHistoryToolStrip. Calling this
method has not effect.
| |
SelectedFileChange |
IShellControl interface implementation, empty for the ShellHistoryToolStrip.
Calling this method has not effect.
| |
SmartRefresh |
IShellControl interface implementation, empty for the ShellHistoryToolStrip.
Calling this method has not effect.
|
Name | Description | |
---|---|---|
Initialized |
Occurs if the designer generated code has finished executing
|
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.) |