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

Register all Controls on the Form (including Controls on Containers, e.g. Panel). Certain Control's aren't added, like ToolStripMenuItem and ToolStripButton. You must Register these manually. See RegisterControl(String, Object) and RegisterAllControls(FormWindow, Collection<(Of <(String>)>))

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

Syntax

C#
public void RegisterAllControls()

See Also