Click or drag to resize
FileBrowserControls Enumeration
This enumeration lists the available controls in the file explorer and allows customizing the look of the control.

Namespace: Kettic.AspNet.Controls.FileBrowser
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[FlagsAttribute]
public enum FileBrowserControls
Members
  Member nameValueDescription
TreeView1 A treeview, which shows the folders in the file explorer.
Grid2 A grid, which shows the files/folders in the current file explorer folder
Toolbar4 A toolbar, which provides shortcuts for the file explorer commands (delete, new folder, back, forward, etc.)
AddressBox8 A textbox, which shows the current selected path in the file explorer
ContextMenus16 The grid and treeview context menus, which are shown when the user right clicks inside the controls.
All65535 The default value for the KaxFileBrowser control - all controls are shown
See Also