Search Results for

    Show / Hide Table of Contents

    Class InputChoiceCategoryInfo

    Input choice category info

    Inheritance
    object
    InputChoiceCategoryInfo
    Namespace: Terminaux.Inputs.Styles
    Assembly: Terminaux.dll
    Syntax
    public class InputChoiceCategoryInfo

    Constructors

    | Edit this page View Source

    InputChoiceCategoryInfo(string, InputChoiceGroupInfo[])

    Makes a new instance of input choice category info

    Declaration
    public InputChoiceCategoryInfo(string categoryName, InputChoiceGroupInfo[] groups)
    Parameters
    Type Name Description
    string categoryName

    Category info

    InputChoiceGroupInfo[] groups

    Groups in this category

    Properties

    | Edit this page View Source

    Groups

    Input choice groups for this category

    Declaration
    public InputChoiceGroupInfo[] Groups { get; }
    Property Value
    Type Description
    InputChoiceGroupInfo[]
    | Edit this page View Source

    Name

    Input choice category name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX