[This is preliminary documentation and is subject to change.]
Return the Form's Name.
Namespace:
Forcepoint.GUISSAssembly: Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)
Syntax
C# |
---|
public abstract string FormName { get; } |
Examples
CopyC#
public override string FormName { get { return "MainForm"; } }