C# Класс Aura.Channel.Scripting.Scripts.DialogButton

A button is displayed at the bottom of the dialog, and can be clicked. The keyword of the button is sent to the server and can be read using Select.
Наследование: DialogElement
Показать файл Открыть проект

Открытые методы

Метод Описание
DialogButton ( string text, string keyword = null, string onFrame = null ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Описание методов

DialogButton() публичный Метод

public DialogButton ( string text, string keyword = null, string onFrame = null ) : Aura.Mabi
text string
keyword string
onFrame string
Результат Aura.Mabi

Render() публичный Метод

public Render ( StringBuilder &sb ) : void
sb StringBuilder
Результат void