ClassicMessageBox Properties |
The ClassicMessageBox type exposes the following members.
Name | Description | |
---|---|---|
Commands |
Gets or Sets an collection of UIElements as Commands, these commands will be show on the Title Bar.
(Inherited from BasicWindow.) | |
DarkBackground |
Background image used for Dark theme. the background image itself must be dark enough (Black).
(Inherited from BasicWindow.) | |
DarkIcon |
Icon used for Dark theme.
(Inherited from BasicWindow.) | |
DefaultStyle |
Gets or sets the default style of the Window.
(Inherited from BasicWindow.) | |
HasControlBox |
Gets or Sets the value to indicate if current window has Control Box (including Minimize, Maximize and Close button)
(Inherited from BasicWindow.) | |
HasLoaded |
Gets or Sets the value to indicate if all components and loading logics has done.
(Inherited from BasicWindow.) | |
Id |
Gets or sets the identifier of the Window.
(Inherited from BasicWindow.) | |
IsBusy |
Gets or Sets the value to indicate if the current window Is Busy.
(Inherited from BasicWindow.) | |
IsDarkTheme |
Gets the value if the current theme is dark background and white text.
(Inherited from BasicWindow.) | |
IsTitleHighlighted |
Gets or Sets a value to indicate where the Title bar is highlighted.
(Inherited from BasicWindow.) | |
LightBackground |
Background image used for Light theme. the background image itself must be light enough (While).
(Inherited from BasicWindow.) | |
LightIcon |
Icon used for Light theme.
(Inherited from BasicWindow.) | |
SideBar |
Gets or sets the Sidebar shown on the right side of the window
(Inherited from BasicWindow.) | |
SideBarMaxWidth |
Gets or sets the maximum width of the SideBar panel. the default value is 350 pixels
(Inherited from BasicWindow.) | |
SideBarMinWidth |
Gets or sets the minimum width of the SideBar panel. the default value is 300 pixels.
(Inherited from BasicWindow.) | |
SideBarTitle |
Gets or sets the Title of the sidebar title.
(Inherited from BasicWindow.) | |
SideBarVisibility |
Gets or sets the Visibility of The SideBar
(Inherited from BasicWindow.) | |
WindowStatus |
Gets or Sets the value to visually shows the status of the current window, by different border colors.
(Inherited from BasicWindow.) |