C# Class 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.
Inheritance: DialogElement
Mostrar archivo Open project: aura-project/aura

Public Methods

Method Description
DialogButton ( string text, string keyword = null, string onFrame = null ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogButton() public method

public DialogButton ( string text, string keyword = null, string onFrame = null ) : Aura.Mabi
text string
keyword string
onFrame string
return Aura.Mabi

Render() public method

public Render ( StringBuilder &sb ) : void
sb StringBuilder
return void