League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class OptionsTab

    Inheritance
    System.Object
    OptionsTab
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class OptionsTab : IMetaClass

    Properties

    | Improve this Doc View Source

    AddPaddingAfterLastItem

    Declaration
    public bool AddPaddingAfterLastItem { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Filter

    Declaration
    public IOptionItemFilter Filter { get; set; }
    Property Value
    Type Description
    IOptionItemFilter
    | Improve this Doc View Source

    Items

    Declaration
    public MetaContainer<IOptionItem> Items { get; set; }
    Property Value
    Type Description
    MetaContainer<IOptionItem>
    | Improve this Doc View Source

    ShowOn

    Declaration
    public byte ShowOn { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    TabNameTraKey

    Declaration
    public string TabNameTraKey { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass