ShellBrowserBase Methods |
The ShellBrowserBase type exposes the following members.
Name | Description | |
---|---|---|
BrowseObject |
Makes the currently active shell object the current folder.
| |
CanRename |
Checks if the currently active object can be renamed.
| |
CheckIfValid(Boolean) |
Checks if the current object is in a valid state for performing operations
| |
CheckIfValid(Boolean, Boolean) |
Checks if the current object is in a valid state for performing operations
| |
Dispose |
Releases all resources held by this instance.
(Overrides ComponentDispose(Boolean).) | |
Filter2Regex(String) |
Converts a semicolon separated file filter i.e. "*.txt;*.doc" to a
case-insensitve regular expression
| |
Filter2Regex(String, RegexOptions) |
Converts a semicolon separated file filter i.e. "*.txt;*.doc" to a
regular expression
| |
FilterMatch |
Checks if the currently active object matches the filter that is set.
| |
GetAttributes |
Checks if the given attributes apply to the current objects
| |
GetDesktopName |
Returns the name of the root of the Windows shell namespace, which is "Desktop" in English Windows versions.
| |
GetDomain |
Returns the domain name of the currently active object.
| |
GetEnumerator |
Implemetation of IEnumerable.GetEnumerator
| |
GetIShellDetails |
Tests if ShellFolder1.CreateViewObject succeeds. This is a prerequisite for other methods to work successfully.
| |
GetSelectedItemIdLists | Gets the items the command will be executed upon. | |
GetShellObjectName |
Returns the Windows shell display name of the currently active object.
| |
GetUIObject(Guid) |
Queries and returns COM interfaces from the currently active Folder and object. If object names are assigned to the MultiObject collection, then they will be used.
| |
GetUIObject(Guid, ItemIdList) |
Queries and returns COM interfaces from the currently active Folder and the given ItemIdLists.
| |
GetWindowHandle |
Returns an approriate window handle for operations that require a window handle.
It takes care that a null handle is returned to prevent error messages if ShowErrorMEssages is set to false.
| |
HasAttributes |
Checks if the given attributes apply to the current objects.
| |
HasFileExtension |
Checks whether the given fullpath or filename has the given extension.
| |
InvokeCommandOnSelected |
Executes the given command on the selected items.
| |
IsCompressed |
Checks if the currently active object is compressed.
| |
IsEncrypted |
Checks if the currently active object is encrypted.
| |
IsHidden |
Checks if the currently active object is hidden.
| |
IsLink |
Checks if the currently active object is a link or shortcut.
| |
Next |
Moves on to next object in the active folder and makes it the active object. If Next has not been called before for the active folder, the first object is made active.
| |
Next(IShellChangeNotifier) |
Moves on to next object in the active folder and makes it the active object. If Next has not
been called before for the active folder, the first object is made active.
| |
OnAfterInvokeCommand | Is called after the command has been called. | |
OnBeforeInvokeCommand | Is called before the command is called. | |
Reset |
Resets the enumeration of the items in the active folder. It can be started again using Next | |
SelectParent |
Moves up to the parent of the current shell object
|