Click or drag to resize

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()
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