class MAGES::Editor::TextFieldExtensions¶
Overview¶
UIElements TextField extensions. More…
class TextFieldExtensions { public: // methods static void SetPlaceholderText(this TextField textField, string placeholder); };
Detailed Documentation¶
UIElements TextField extensions.
Methods¶
static void SetPlaceholderText(this TextField textField, string placeholder)
A placeholder text for a TextField.
Parameters:
textField |
The textfield. |
placeholder |
The placeholder text. |