Control Constructor (String, String, Type) | 
 
            Contstructs a contol, overriding the default control widget name and argument.
            
 
    Namespace: 
   Demo3D.ControlPanel
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxprotected Control(
	string widget,
	string args = null,
	params Type[] propertyTypes
)
Parameters
- widget
 - Type: SystemString
Control widget name. - args (Optional)
 - Type: SystemString
Control widget arguments (or null to use reflection to get the arguments). - propertyTypes
 - Type: SystemType
The expected types of each control property value. 
See Also