MindFusion WinForms Programmer's Guide
DirListBox Members
Constructors Properties Methods Events
 


Displays a directory tree showing the path to specified directory as parent nodes and its subdirectories as child nodes.

The following tables list the members exposed by the DirListBox type.

 Public Constructors

  Name Description

DirListBox

Initializes a new instance of the DirListBox class.

 Public Properties

  Name Description

DirList

Gets the control's items as a flat list allowing indexed access.

DirListCount

Gets the number of items in the view.

DirListIndex

Gets or sets the index of the currently selected item.

FormattingEnabled

Not implemented at this time.

IntegralHeight

Not implemented at this time.

Path

Gets or sets the current path displayed by this control.

Sorted

Gets or sets whether the tree view should be sorted.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

OnBackColorChanged

Control.OnBackColorChanged override.

OnBackgroundImageChanged

Control.OnBackgroundImageChanged override.

OnFontChanged

Control.OnFontChanged override.

OnForeColorChanged

Control.OnForeColorChanged override.

 Public Events

  Name Description

Change

Raised when current Path changes.

 See Also

DirListBox Class
MindFusion.Common.WinForms Namespace