Skip to main content
Version: 4.1

FolderBrowserDialogUI

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

UI implementation for the FolderDialog class.

public class FolderBrowserDialogUI : Form

Constructors

Instance member FolderBrowserDialogUI()

Initializes a new instance of FolderBrowserDialogUI.

Instance member FolderBrowserDialogUI(folderDialog)

Initializes a new instance of FolderBrowserDialogUI.

NameTypeDescription
folderDialogFolderBrowserDialog

Methods

Protected member Dispose(disposing)

Clean up any resources being used.

ParameterTypeDescription
disposingBooleantrue if managed resources should be disposed; otherwise, false.

Protected member GetDirectories(root, path)

Returns the directories in the specified path within the root file system.

ParameterTypeDescription
rootIFileSystemProviderThe IFileSystemProvider that represents the root file system.
pathStringFull path containing the directories to enumerate.

Returns: String[]. A string array with the path of the directories.

Protected member OnLoad(e)

ParameterTypeDescription
eEventArgs

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IBindableComponentBindable components implement this interface.
IContainerControlProvides the functionality for a control to act as a parent for other controls.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejWindowAll wisej top-level windows implement this interface.
IWisejSerializableAllows an object to serialize itself.