Component Library JacekMatulewski.Util documentation

FileListBox.DirectoryChangeAllowed Property

Determines if user can change current directory by double-clicking on directory in the list.

[Visual Basic]
Public Property DirectoryChangeAllowed As Boolean
[C#]
public bool DirectoryChangeAllowed {get; set;}

Property Value

If value of DirectoryChangeAllowed is true the exploring of the drives is possible.

Remarks

Component allows exploring the aviable drives if value of this property is set to true. In other case only way to change the displayed property is to directly change value of DirectoryPath property.

See Also

FileListBox Class | JacekMatulewski.Util Namespace