Click or drag to resize

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: 15.0.2.11458
Syntax
C#
protected 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