stevenvolckaert / autodesk-inventor-powertools

A collection of productivity tools for Autodesk Inventor® 2012.
MIT License
16 stars 6 forks source link

Adapt ButtonBase so that inheriting classes can define the path to icons #5

Open stevenvolckaert opened 8 years ago

stevenvolckaert commented 8 years ago

Currently, the StevenVolckaert.InventorPowerTools.Buttons.ButtonBase abstract base class selects icons by file name convention. The same icon is used for both the standard and large button icons; it's currently not possible to specify another icon to be used for e.g. the large button icon.