-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
marchbold edited this page Jan 13, 2020
·
4 revisions
The DynamicIcon extension gives you the ability to change the application icon displayed for your application.
- Change the icon of your application programmatically
- Single API interface - your code works across supported platforms with no modifications
- Sample project code and ASDocs reference
As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.
The Wiki forms the best source of detailed documentation for the extension along with the asdocs.
Quick Example:
if (DynamicIcon.instance.supportsAlternateIcons)
{
DynamicIcon.instance.setAlternateIconName( "AlternateIcon" );
}
More information here:
You can purchase a license for using this extension:
distriqt retains all copyright.