Interface ICustomUIPlugin
Interface for a plugin to show a custom UI tab.
Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface ICustomUIPlugin : IGUIPlugin, IServerPlugin
Methods
GetCustomUIControl()
Return a Control that will be displayed in the tab. If the plugin is also a ITabPage it will get tab page enter/leave events.
Declaration
object GetCustomUIControl()
Returns
Type | Description |
---|---|
System.Object | A Control |
GetCustomUIName()
The name of the tab.
Declaration
string GetCustomUIName()
Returns
Type | Description |
---|---|
System.String |