ModernWindowUpdateIcon Method |
Update the Icon to adapt the changes of theme.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public override void UpdateIcon()
Public Overrides Sub UpdateIcon
public:
virtual void UpdateIcon() override
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