[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
)

Parameters

name
Type: System..::.String
The name of the new Registered Control.
sourceobject
Type: System..::.Object
The object value of the Control.

Exceptions

ExceptionCondition
Forcepoint.GUISS..::.ControlRegisteringExceptionGets thrown when there already is a control in the list with the same Name as the name parameter.

See Also