BasicWindow Class |
Namespace: Hummingbird.UI
The BasicWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| BasicWindow |
Initializes a new instance of the BasicWindow class.
|
| Name | Description | |
|---|---|---|
| Commands |
Gets or Sets an collection of UIElements as Commands, these commands will be show on the Title Bar.
| |
| DarkBackground |
Background image used for Dark theme. the background image itself must be dark enough (Black).
| |
| DarkIcon |
Icon used for Dark theme.
| |
| DefaultDarkBackground |
Gets or Sets the Default background image used in Dark themes.
| |
| DefaultDarkIcon |
Gets or Sets the Default Icon used in Dark themes.
| |
| DefaultLightBackground |
Gets or Sets the Default background image used in light themes.
| |
| DefaultLightIcon |
Gets or Sets the Default Icon used in Light themes.
| |
| DefaultStyle |
Gets or sets the default style of the Window.
| |
| HasControlBox |
Gets or Sets the value to indicate if current window has Control Box (including Minimize, Maximize and Close button)
| |
| HasLoaded |
Gets or Sets the value to indicate if all components and loading logics has done.
| |
| Id |
Gets or sets the identifier of the Window.
| |
| IsBusy |
Gets or Sets the value to indicate if the current window Is Busy.
| |
| IsDarkTheme |
Gets the value if the current theme is dark background and white text.
| |
| IsTitleHighlighted |
Gets or Sets a value to indicate where the Title bar is highlighted.
| |
| LightBackground |
Background image used for Light theme. the background image itself must be light enough (While).
| |
| LightIcon |
Icon used for Light theme.
| |
| SideBar |
Gets or sets the Sidebar shown on the right side of the window
| |
| SideBarMaxWidth |
Gets or sets the maximum width of the SideBar panel. the default value is 350 pixels
| |
| SideBarMinWidth |
Gets or sets the minimum width of the SideBar panel. the default value is 300 pixels.
| |
| SideBarTitle |
Gets or sets the Title of the sidebar title.
| |
| SideBarVisibility |
Gets or sets the Visibility of The SideBar
| |
| WindowStatus |
Gets or Sets the value to visually shows the status of the current window, by different border colors.
|
| Name | Description | |
|---|---|---|
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
| |
| ShowInformation |
Show an In line information in the current window.
| |
| ShowMessageBox |
Show a MessageBox
| |
| ShowToastNotification |
Shows the toast notification.
| |
| UpdateBackground |
Updates the background to adapt the changes of theme
| |
| UpdateIcon |
Update the Icon to adapt the changes of theme.
|
| Name | Description | |
|---|---|---|
| CommandsProperty |
The commands property
| |
| HasControlBoxProperty |
The has control box property, indicate if the windows contains the control box (Minimize, Maximum and Close button)
| |
| HasLoadedProperty |
The DependencyProperty for the property HasLoaded
| |
| IsBusyProperty |
The DependencyProperty for IsBusy property
| |
| IsTitleHighlightedProperty |
The is title highlighted property
| |
| SideBarMaxWidthProperty |
The DependencyProperty holding the Maximum width of the SideBar.
| |
| SideBarMinWidthProperty |
The DependencyProperty holding the Minimum width of the SideBar.
| |
| SideBarProperty |
The DependencyProperty for SideBar
| |
| SideBarTitleProperty |
The DependencyProperty for SideBarTitle
| |
| SideBarVisibilityProperty |
The DependencyProperty for SideBarVisibility
| |
| WindowStatusProperty |
The Dependency Property for WindowStatus property
|