Skip to main content
Version: 3.5

FolderBrowserDialogUI

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

UI implementation for the FolderDialog class.

public class FolderBrowserDialogUI : Form

Constructors

Instance memberFolderBrowserDialogUI()

Initializes a new instance of FolderBrowserDialogUI.

Instance memberFolderBrowserDialogUI(folderDialog)

Initializes a new instance of FolderBrowserDialogUI.

NameTypeDescription
folderDialogFolderBrowserDialog

Implements

NameDescription
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.