The Microsoft Forms object model includes the following types of object:
Each element of the Microsoft Forms object model has some combination of properties, events, and methods that you can use to make your application work the way you want it to.
Microsoft Forms has three collections:
Controls collectionùcontains all the controls on a form, Frame, or Page.
Pages collectionùcontains all the Page objects in a MultiPage. Each MultiPage has its own distinct Pages collection.
Tabs collectionùcontains all the Tab objects in a TabStrip. Each TabStrip has its own distinct Tabs collection.