Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Base interface for the Consumables Manager Toolbox. More...
Properties | |
string | DisplayName [get] |
Name to show in the navigation bar. | |
ImageSource | NavBarIcon [get] |
Provide some image for the user that can be displayed in the navigation bar. | |
Base interface for the Consumables Manager Toolbox.
Implement the derived interface.
Definition at line 11 of file IHaveNavBarInformation.cs.
|
get |
Name to show in the navigation bar.
Definition at line 17 of file IHaveNavBarInformation.cs.
|
get |
Provide some image for the user that can be displayed in the navigation bar.
Currently, Chronos is using 32x32 pixels.
Definition at line 24 of file IHaveNavBarInformation.cs.