Board

Board.Core.BoardPauseCustomButton

BoardPauseCustomButton(string, string, BoardPauseButtonIcon) Constructor

Initializes a new instance of BoardPauseCustomButton with the specified identifier, title, and icon.

public BoardPauseCustomButton(string id, string text, Board.Core.BoardPauseButtonIcon icon=Board.Core.BoardPauseButtonIcon.None);

Parameters

id System.String

A unique identifier (max 64 characters).

text System.String

The button text (max 128 characters).

icon BoardPauseButtonIcon

The button icon.