Wednesday, 5 February 2014

Controls (Small Basic)

Controls that introduced by small basic:
- button
- textbox
- multiline textbox

Operation to button:
- Addbutton
- Getbuttoncaption
- setbuttoncaption


Operation to textbox:
- addtextbox
- gettextboxtext
- settextboxtext

Operation to multiline textbox:
- addmultilinetextbox

Operation to all:
- Remove
- move
- setsize
- hidecontrol
- showcontrol

Script example:

Controls.AddButton("button1", 10, 0)
Controls.AddTextBox(10, 30)
Controls.AddMultiLineTextBox(10,60)

Output:

No comments:

Post a Comment