Intersoft ClientUI 8 > ClientUI Controls > Control Library > Windowing Controls Overview > UXDialogBox |
UXDialogBox is a full-featured window control with built-in support for modal and modeless dialog mode. As well as supporting standalone usage, UXDialogBox also supports the usage within UXDesktop and UXWindow. When the dialog box is set to use Modal mode and is shown against a window object, the dialog box will become modal only to the associated window without affecting the other windows existed in the desktop.
In architectural aspects, the UXDialogBox provides WPF-style ShowDialog API with asynchronous action callback to easily intercept the result of the dialog box.
For more information about using UXDialogBox in details, see Window and Dialog Boxes Overview. For more information about advanced windowing topics, see Advanced Window Features.