Show / Hide Table of Contents

Interface IHasDisplayTabs

Interface which may be used by plugins which provides generates custom display text. Plugin should return enumerable of IDisplayTab objects each of which represents a display tab.

Namespace: Eco.Core.Plugins.Interfaces
Assembly: Eco.Core.dll
Syntax
public interface IHasDisplayTabs

Properties

DisplayTabs

Declaration
IEnumerable<IDisplayTab> DisplayTabs { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<IDisplayTab>

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
☀
☾