InventorUiIcon provides a wrapper for Inventor icons that allows the dev to wrap various image variations (size, light/dark theme) in a single object. This takes in various image formats.
public class InventorUiIconInheritance System.Object 🡒 InventorUiIcon
| Constructors | |
|---|---|
| InventorUiIcon(InventorTheme, object, object, object, object) | Creates a new InventorUiIcon object with user-provided images. Supports bitmaps and icons. |
| Properties | |
|---|---|
| Large | Returns the large image to match the current theme. |
| Small | Returns the small image to match the current theme. |
| Methods | |
|---|---|
| RefreshIcons() | Refreshes the icon images to match the current theme. |