diff --git a/Methods.md b/Methods.md new file mode 100644 index 0000000..654a2b8 --- /dev/null +++ b/Methods.md @@ -0,0 +1,19 @@ +Methods are SUBs or FUNCTIONs that change how controls behave or complement their functionality. + +* SUB [[LoadImage]] +* FUNCTION [[SetFont]] +* SUB [[SetCaption]] +* SUB [[SetRadioButtonValue]] + +**Listbox and Dropdown List specific** +* SUB [[AddItem]] +* SUB [[RemoveItem]] +* SUB [[ResetList]] +* SUB [[ReplaceItem]] +* FUNCTION [[GetItem]] + +### Helper functions + +* [[Replace]] +* [[Darken]] +* [[MessageBox]] \ No newline at end of file