FileDialogUI
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
UI implementation for the FileDialog class.
- C#
- VB.NET
public class FileDialogUI : Form
Public Class FileDialogUI
Inherits Form
Constructors
FileDialogUI()
Initializes a new instance of FileDialogUI.
FileDialogUI(fileDialog)
Initializes a new instance of FileDialogUI.
| Name | Type | Description |
|---|---|---|
| fileDialog | FileDialog |
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. |