Class DialogWindow
A dialog box is a Window descendant with a title bar and sometimes a system menu, which can be moved around the screen. It can contain controls and other windows and is often used to allow the user to make some choice or to answer a question.
public class DialogWindow : Form, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IWindow, IControl, IDisposable, IWin32Window
- Inheritance
-
DialogWindow
- Implements
- Derived
Remarks
Example of how a DialogWindow can look:
Constructors
- DialogWindow()
Initializes a new instance of the DialogWindow class.
- DialogWindow(WindowKind)
Initializes a new instance of the DialogWindow class.