| Properties |
 |
| Appearance |
Returns or sets whether or not the control is painted with 3-D effects. |
| AutoUpdate |
Returns or sets a value determining whether the control is automatically updated when any changes occur within the shell's namespace. |
| BackColor |
Returns or sets the background color of an object. |
| Background |
Returns or sets the background style of a FolderView control. |
| BackScroll |
Returns or sets a value determining whether the background of the control is scrolled with the contents, when the Background property is set to fvgPicture. |
| BoldSelected |
Returns or sets a value that determines if the text of a selected Item appears Bold. |
| BorderStyle |
Returns or sets the border style for an object. |
| CanDelete |
Returns or sets a value that determines if a user can delete folders (or files) in the shell, by selecting an Item in the FolderView control and pressing the DELETE key. |
| CanRefresh |
Returns or sets a value that determines if FolderView will berefreshed by pressing F5. |
| Checkboxes |
Returns or sets a value that determines if checkboxes are displayed to the left of the FolderView items. |
| ClickedOnSelect |
Returns or sets a value that determines if FolderView items will generate a FolderClick event, when they are selected by pressing the keyboard arrows. |
| DragDrop |
Returns or sets a value that determines if Drag-Drop operations are allowed between FolderView items and other applications e.g. Explorer. |
| Enabled |
Returns or sets a value that determines whether FolderView control can respond to user-generated events. |
| FirstVisibleFolder |
Returns a reference to the first visible Folder object in the FolderView control. |
| Folders |
Returns a collection of Folder objects. A Folder object consists of a Node item, and contains information about a shell object. |
| ForeColor |
Returns or sets the foreground color used to display text in FolderView control. |
| HasButtons |
Returns or sets a value that determines whether a plus (+) and minus (-) button is visible to the left side of each parent folder. |
| HasLines |
Returns or sets a value that determines whether the control will draw lines that link child items to their corresponding parent item. |
| HasLinesAtRoot |
Returns or sets a value that determines whether FolderView control will draw a line to the left of the Root Folder. |
| HideSelection |
Returns or sets a value that determines whether the text of a selected Folder appears highlighted when the FolderView control loses the focus. |
| hWndTV |
Returns the window handle of the FolderView control's child Treeview window. |
| Indent |
Returns or sets the distance in pixels of the child nodes from parent nodes. |
| LabelEdit |
Returns or sets a value that determines if a user can edit labels of Folder objects that can be renamed, in the FolderView control. |
| MouseIcon |
Returns or sets a custom mouse icon. |
| MousePointer |
Returns or sets a value indicating the type of mouse pointer displayed when the mouse is over a particular part of an object at run time. |
| OverlayIcons |
Returns or sets a value determining whether shared folders are displayed with their associated network share overlay icons. |
| Picture |
Returns or sets a graphic to be displayed as background in FolderView control. |
| Root |
Returns or sets the width, for the specified Frame. |
| SelectedFolder |
Returns or sets the currently selected Folder object in the FolderView control. |
| ShowFiles |
Returns or sets a value determining whether files are displayed in the FolderView control. |
| ShowHidden |
Returns or sets a value determining whether items marked with the Hidden attribute are displayed in the FolderView control. |
| ShowMenu |
Returns or sets a value determining whether context menu will be displayed for right clicked items. |
| ShowObjects |
Returns or sets a value determining whether items defined as system Objects are displayed in the FolderView control. |
| Tooltips |
Returns or sets a value indicating whether tooltips for the items are shown. |
| ValidateSelection |
Returns or sets a value determining whether items are validated when selected. |