A simple button with centered text.
Functions
Getters
string Element:GetText()
Returns the current text of the Button.
Setters
void Element:SetText(string Text)
Sets the text of the Button.
Hooks
No additional hooks.
Variables
While you can modify these variables to bypass accessors, it may cause undesired behavior.
m_strText
: The text that will be displayed in the Button.