BasicWindowUpdateBackground Method |
Updates the background to adapt the changes of theme
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic void UpdateBackground()
Public Sub UpdateBackground
public:
void UpdateBackground()
Remarks
This function will be called automatically when initalizing the Windows and applying the theme.
But If the theme is changed by the code after application loads, you must call this function manually.
See Also