[This is preliminary documentation and is subject to change.]

Create a new instance of a RegistrableControl.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public RegistrableControl(
	string name,
	List<RegistrableControl> childControls,
	Object controlObject
)

Parameters

name
Type: System..::.String
The name of the new RegistrableControl.
childControls
Type: System.Collections.Generic..::.List<(Of <(RegistrableControl>)>)
If the RC is a Panel for example, add the Controls on it as child controls.
controlObject
Type: System..::.Object
The actual instance of the Control.

See Also