FileBrowserControls Enumeration |
This enumeration lists the available controls in the file explorer and allows customizing the look of the control.
Namespace: Kettic.AspNet.Controls.FileBrowserAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [FlagsAttribute]
public enum FileBrowserControls
<FlagsAttribute>
Public Enumeration FileBrowserControls
[FlagsAttribute]
public enum class FileBrowserControls
[<FlagsAttribute>]
type FileBrowserControls
Members
| Member name | Value | Description |
---|
| TreeView | 1 |
A treeview, which shows the folders in the file explorer.
|
| Grid | 2 |
A grid, which shows the files/folders in the current file explorer folder
|
| Toolbar | 4 |
A toolbar, which provides shortcuts for the file explorer commands (delete, new folder, back, forward, etc.)
|
| AddressBox | 8 |
A textbox, which shows the current selected path in the file explorer
|
| ContextMenus | 16 |
The grid and treeview context menus, which are shown when the user right clicks inside the controls.
|
| All | 65535 |
The default value for the KaxFileBrowser control - all controls are shown
|
See Also