ShellBrowser Properties |
The ShellBrowser type exposes the following members.
Name | Description | |
---|---|---|
AbsoluteItemIdList |
This property should only be used by advanced users. It sets or returns the absolute ItemIdList of the current object. The returned pointer to an ItemIdList will be valid, until a new object was selected.
(Inherited from ShellBrowserBase.) | |
AsyncOperations |
Activates asynchronous file operations executed via InvokeContextMenuCommand(ShellCommand).
| |
DefaultSortColumn |
Get the default sort column of the currently selected ShellFolder.
| |
FileNameFormat | Specifies, whether filename are presented with file extensions or not. By default, this depends on the respective setting in Windows Explorer. (Inherited from ShellBrowserBase.) | |
FileSystemOnly |
If FileSystemOnly is set to True, objects and virtual folders which do not have a file system path, will not be displayed. Exceptions are 'My Computer', 'Libraries' and 'Network'
(Inherited from ShellBrowserBase.) | |
Filter |
You can use a single pattern, e.g. '*.doc' or concatenate several patterns using semicolons to separate them, e.g. '*.exe;*.com'.
(Inherited from ShellBrowserBase.) | |
FilterFilesOnly | Gets or sets a value indicating whether the Filter property applies to files only, but all folders are listed. (Inherited from ShellBrowserBase.) | |
FilterRegularExpression | Define a regular expression to filter the files that will be enumerated. (Inherited from ShellBrowserBase.) | |
Folder |
Use Folder to specify the path of the folder, which should be browsed or to get the path that is currently active.
(Inherited from ShellBrowserBase.) | |
FolderIdList |
This property should only be used by advanced users.
The returned ItemIdList has to be freed when it is not needed any more.
(Inherited from ShellBrowserBase.) | |
FullPath |
Gets or set the full path of the active object.
(Inherited from ShellBrowserBase.) | |
HasSubFolders |
Checks if the currently active object has subfolders.
(Inherited from ShellBrowserBase.) | |
IconNumber |
Use IconNumber to get the number of the icon for the current object.
| |
IsEnumerable |
True if the currently active object is a folder and can be browsed.
(Inherited from ShellBrowserBase.) | |
IsFolder |
Can be used to query if the currently active object is a folder or not.
(Inherited from ShellBrowserBase.) | |
ItemIdList |
Returns the relative ItemIdList of the current element in this instance.
(Inherited from ShellBrowserBase.) | |
MultiObjects |
Holds a list of files that serves as selection for some operations like showing the context menu.
(Inherited from ShellBrowserBase.) | |
ObjectName |
Use ObjectName to specify the current object or to retrieve the file system name of the current object.
A valid folder must be set, see FullPath and SpecialFolder (Inherited from ShellBrowserBase.) | |
ReadOnly |
If set to 'true', context menu operations that make changes to the file system will not be executed.
| |
SelectedIconNumber |
Use SelectedIconNumber to get the number of the 'opened' icon for the current object.
| |
ShowErrorMessages |
If set to to 'true', error messages will be shown to the user. If set to 'false', error messages will be suppressed.
(Inherited from ShellBrowserBase.) | |
ShowShellContextMenuOnTop |
Decides if the shell context menu is added above or below the supplied ContextMenuStrip.
| |
SpecialFolder |
Get or set a special folder as the currently active folder
(Inherited from ShellBrowserBase.) | |
SpecialObject |
Get or set a special object as the currently active object
(Inherited from ShellBrowserBase.) | |
Version |
The current version of the ShellBrowser.
|