FellippeHeitor / InForm

A GUI engine and WYSIWYG interface designer for QB64
MIT License
62 stars 15 forks source link

Change control type at design time #66

Closed FellippeHeitor closed 6 years ago

FellippeHeitor commented 6 years ago

A listbox control could be swapped for a dropdownlist control, as they are similar in nature. A picturebox control could be turned into a label and vice-versa (discarding the caption, of course). A checkbox control could become a toggle switch, also losing the caption if the user so wishes.