Drawing textbox
If you not use the ui_draw_all(); function. To draw the textbox, you can call the following function.
ui_textbox_draw(control);
Return: N / A
Argument control is the handle of ui_textbox_create(...); function you want to draw.
ui_textbox_draw(TextboxUsername);
The above line of code used to draw TextboxUsername tetbox that has been described.
| Examples of the results: |
|---|
![]() |
