Click or drag to resize

aceConsolePluginBaseIsStandalone Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Indicates if this console plugin is running without parent console

Namespace:  imbACE.Services.consolePlugins
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public bool IsStandalone { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is standalone; otherwise, false.
See Also