Show / Hide Table of Contents

Interface ICustomUIPlugin

Interface for a plugin to show a custom UI tab.

Inherited Members
IGUIPlugin.OnClosingUI()
IServerPlugin.GetStatus()
IServerPlugin.GetCategory()
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

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾