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

Get a Registered Control from 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 RegistrableControl GetRegisteredControl(
	string name
)

Parameters

name
Type: System..::.String
The name of the Registered Control you want to retrieve.

Return Value

Null if there isn't such an item, else the found RegistrableControl.

Remarks

If there are multiple items with the same name, the first encountered item will be returned. It's the responsibility of the skin designer to make sure that one form doesn't contain multiple items with the same name. NOTE: Items on User Controls are also added to the ExposedControls list.

See Also