I wrapped all textboxes in my frm.description in a cls to assign a right-click CommandBar menu to all textboxes to save me doing it individually. Then added them to user-defined collection so the right-click event would stay around.
The trouble is I was playing around with the cls names & collection names I now no longer know what it's been assigned to; and if it is only a single instance.
How do i list all collections belonging to the form/ wrapped class & tidy up my form? Unsure of the name of the associated cls/ collection.
The trouble is I was playing around with the cls names & collection names I now no longer know what it's been assigned to; and if it is only a single instance.
How do i list all collections belonging to the form/ wrapped class & tidy up my form? Unsure of the name of the associated cls/ collection.