Search Results for

    Show / Hide Table of Contents

    Class PaginationButtons

    The pagination buttons.

    Inheritance
    System.Object
    PaginationButtons
    Namespace: DisCatSharp.Interactivity.EventHandling
    Assembly: DisCatSharp.Interactivity.dll
    Syntax
    public class PaginationButtons

    Constructors

    | Improve this Doc View Source

    PaginationButtons()

    Initializes a new instance of the PaginationButtons class.

    Declaration
    public PaginationButtons()
    | Improve this Doc View Source

    PaginationButtons(PaginationButtons)

    Initializes a new instance of the PaginationButtons class.

    Declaration
    public PaginationButtons(PaginationButtons other)
    Parameters
    Type Name Description
    PaginationButtons other

    The other PaginationButtons.

    Properties

    | Improve this Doc View Source

    Left

    Gets or sets the left button.

    Declaration
    public DiscordButtonComponent Left { set; }
    Property Value
    Type Description
    DiscordButtonComponent
    | Improve this Doc View Source

    Right

    Gets or sets the right button.

    Declaration
    public DiscordButtonComponent Right { set; }
    Property Value
    Type Description
    DiscordButtonComponent
    | Improve this Doc View Source

    SkipLeft

    Gets or sets the skip left button.

    Declaration
    public DiscordButtonComponent SkipLeft { set; }
    Property Value
    Type Description
    DiscordButtonComponent
    | Improve this Doc View Source

    SkipRight

    Gets or sets the skip right button.

    Declaration
    public DiscordButtonComponent SkipRight { set; }
    Property Value
    Type Description
    DiscordButtonComponent
    | Improve this Doc View Source

    Stop

    Gets or sets the stop button.

    Declaration
    public DiscordButtonComponent Stop { set; }
    Property Value
    Type Description
    DiscordButtonComponent

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems