Dialog Control
Dialog controls are modal UI overlays that provide contextual app information. They block interactions with the app window until being explicitly dismissed. They often request some kind of action from the user.

| Property |
Description |
| OpenClose |
|
| Buttons |
Table({Label: "Cancel", Fill:"#FFFFFF", Color:"#0086D0"},
{Label: "Ok", Fill:"#0086D0", Color:"#FFFFFF"})
|
| Title |
Sets Title of the Dialog Box. |
| Description |
Sets the body text of the dialog box. |
| Styles |
e.g:
Table({Key: "Font", Value:"Segoe UI"},
{Key: "DialogTitleFontSize", Value:16},
{Key: "DialogDescriptionFontSize", Value:12})
|
| OverlayColor |
Sets a collection of styles that controls various visual aspects of the tab control |