-
Notifications
You must be signed in to change notification settings - Fork 3
Methods
Samuel Gomes edited this page May 9, 2023
·
1 revision
Methods are SUBs or FUNCTIONs that change how controls behave or complement their functionality.
- SUB LoadImage
- FUNCTION SetFont
- SUB SetCaption
- SUB SetRadioButtonValue
- SUB SetFocus
Listbox and Dropdown List specific
- SUB AddItem
- SUB RemoveItem
- SUB ResetList
- SUB ReplaceItem
- FUNCTION GetItem