ExplorerBrowser Properties |
The ExplorerBrowser type exposes the following members.
Name | Description | |
---|---|---|
AddressBar |
The ShellAddressBar if available.
| |
AllColumns |
Gets a list of all columns that are supported in the current view. These depend on what the control currently displays.
| |
AllowDrop |
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
(Overrides ControlAllowDrop.) | |
AutoCheckSelect |
Gets or sets a value indicating whether the control displays checkboxes
that can be used to set the selection
| |
BackColor |
This property is not implemented.
(Overrides ControlBackColor.) | |
BackgroundImage |
This property is not implemented.
(Overrides ControlBackgroundImage.) | |
BackgroundImageLayout |
This property is not implemented.
(Overrides ControlBackgroundImageLayout.) | |
CheckedItems | Obsolete.
Gets the checked items.
The collection is non-recursive - if a folder is checked its content is not included.
| |
CheckMode | Gets or sets a value defining the current CheckMode. | |
Columns |
Gets the ShellViewColumns the control currently displays.
| |
ContentFilter |
A ShellItemFilter specifiying filter criteria for this instance.
| |
FocusedPane | Retrieves the focused pane. | |
FolderIdList |
Gets or sets the current location.
| |
Font |
This property is not implemented.
(Overrides ControlFont.) | |
ForeColor |
This property is not implemented.
(Overrides ControlForeColor.) | |
GroupBy |
Gets or sets the view grouping.
| |
GroupDirection |
Gets or sets the group direction.
| |
IsInitialized |
Gets a value indicating whether the component is initialized.
| |
Items |
Contains the Items in the ExplorerBrowser.
The collection is gathered upon first retrieval. It is updated internally when the items change, i.e. by moving to another folder.
The items returned may be sorted differently than the view.
| |
Path |
Gets or sets the filesystem path which contents should be displayed.
| |
SelectedItemIdList |
Gets or sets the selected item identifier list. A previous selection is removed.
| |
SelectedItems |
Contains the selected item collection in the ExplorerBrowser.
The collection is gathered upon first retreival. It is updated internally when the items change, i.e. by moving to another folder.
The items returned may be sorted differently than the view.
| |
ShellControlConnector |
Connects this control to a ShellControlConnector component, which allows to synchronize several shell controls.
| |
ShowErrorMessages |
If set to true the ShellList component will show a MessageBox if an error occured,
otherwise the errors will only be logged to the Debug output.
| |
ShowHeader |
Gets or sets a value indicating if column headers should be shown.
| |
SpecialFolder |
Gets or sets the special folder to be displayed.
| |
ThumbnailSize | ||
Version |
The current version of the ShellBrowser.
| |
View |
Allows to set the different view modes of the ExplorerBrowser control.
| |
ViewFolderFlags |
Get or set the FolderFlags that specify how the ListView displays
its content. The flags can be or'ed together, ie. "FolderFlags.NoColumnHeader | FolderFlags.AbbreviatedNames"
in the designer this is specified by a comma-separation.
| |
VisiblePanes |
Gets or sets the panes that are/should be visible.
|