FolderBrowserDialogUI
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
UI implementation for the FolderDialog class.
- C#
- VB.NET
public class FolderBrowserDialogUI : Form
Public Class FolderBrowserDialogUI
Inherits Form
Constructors
FolderBrowserDialogUI()
Initializes a new instance of FolderBrowserDialogUI.
FolderBrowserDialogUI(folderDialog)
Initializes a new instance of FolderBrowserDialogUI.
| Name | Type | Description |
|---|---|---|
| folderDialog | FolderBrowserDialog |
Implements
| Name | Description |
|---|---|
| IBindableComponent | Bindable components implement this interface. |
| IContainerControl | Provides the functionality for a control to act as a parent for other controls. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejWindow | All wisej top-level windows implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |