Definitions for "Instantiate"
In-stan-shee-ate} When we ask a class to make a new instance of an object, we say that we're instantiating that object.
To create or generate a particular instance or object of a data type. For example, an instance box1 of class box could be instantiated with the declaration: box box1;
To create an instance of one or more classes.
the process of taking a concept from an ontology and producing a representation of a particular example of that concept.
To form an instantiation by binding a template to particular argument types.
Keywords:  mouse, drawing, code, insert, container
To insert a control into a container, either at design time (by drawing the control using the mouse) or in code.