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

Prints all RequiredControls and their types to the Console (Console.WriteLine()).

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

Syntax

C#
public void PrintRequiredControls()

Examples

CopyC#
=== MainForm : Required Controls ===
Control Key: btn_Open - Control Type: System.Windows.Forms.Button
Control Key: btn_Close - Control Type: System.Windows.Forms.Button
/=== MainForm : Required Controls ===

See Also