BasicWindowUpdateIcon 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 virtual void UpdateIcon()
Public Overridable Sub UpdateIcon
public:
virtual 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