DevMessageBox
|
Represents a MessageBox that will be displayed centered to the
specified Form or Control.
|
DevOpenFileOrFolderDialog
|
Displays a dialog box that prompts the user to open a (single) file or folder.
|
DevProgressDialog
|
Represents a system progress dialog.
This control is a generic way to show a user how an operation is progressing.
It is typically used when deleting, uploading, copying, moving, or downloading large numbers of files.
The dialog is shown on a separate thread and will not block operations in the current thread.
|
DevPropertyGridInputDialog
|
Displays a dialog window with a property grid control to show and edit the properties of the specified object.
|