[This is preliminary documentation and is subject to change.]
Get the FormWindow that's linked to the formParent and hook the appropriate events, properties etc.
Namespace:
Forcepoint.GUISSAssembly: Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)
Syntax
C# |
---|
public FormWindow CreateForm( FormParent formParent ) |
Parameters
- formParent
- Type: Forcepoint.GUISS..::.FormParent
The FormParent which FormWindow must be shown.
Return Value
If a relation exists between the formParent and a FormWindow: returns FormWindow. Else null.Exceptions
Exception | Condition |
---|---|
Forcepoint.GUISS..::.NotLinkedException | The FormParent isn't linked to a FormWindow. The classes are linked via the FormParent's FormName- and the FormWindow's Name property. |
Forcepoint.GUISS..::.MissingRequiredControlException | The Skin doesn't have all the Controls (and the corresponding Types) required by the FormParent. |