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

Add a Control to the ExposedControls list.

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

Syntax

C#
public void RegisterControl(
	string name,
	Object sourceobject,
	bool overwrite
)

Parameters

name
Type: System..::.String
The name of the new Registered Control.
sourceobject
Type: System..::.Object
The object value of the Control.
overwrite
Type: System..::.Boolean
If there already is a Control with the same Name as the name parameter, overwrite it?

See Also