'Declaration
<CategoryAttribute("Terminal")> <DescriptionAttribute("Workspace servicing terminal user instance will be closed if there is no terminal instance running in the workspace and this parameter is set to true.")> <DefaultValueAttribute(True)> Public Property ExitEmptyWorkspace As Boolean
'Usage
Dim instance As OpenSystemsGraphicsTerminalControl Dim value As Boolean instance.ExitEmptyWorkspace = value value = instance.ExitEmptyWorkspace
[Category("Terminal")] [Description("Workspace servicing terminal user instance will be closed if there is no terminal instance running in the workspace and this parameter is set to true.")] [DefaultValue(true)] public bool ExitEmptyWorkspace {get; set;}