bool UseFrontEnd { get; set; }
Property UseFrontEnd As Boolean
Get
Set
property bool UseFrontEnd {
bool get ();
void set (bool value);
}
abstract UseFrontEnd : bool with get, set
With this property set to true, the front end will typically launch in a special "server" mode the first time a graphic is created. This server instance of the front end has no user interface. It cannot be brought to the foreground and used like a normal instance.
The default value is true.