ExitEmptyWorkspace Property (OpenSystemsTerminalControl)
When set to true, the workspace servicing terminal user instance is closed if there is no terminal instance running in the workspace.
Syntax
'Declaration
<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()>
<CategoryAttribute("Terminal")>
Public Property ExitEmptyWorkspace As Boolean
'Usage
Dim instance As OpenSystemsTerminalControl
Dim value As Boolean
instance.ExitEmptyWorkspace = value
value = instance.ExitEmptyWorkspace
[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()]
[Category("Terminal")]
public bool ExitEmptyWorkspace {get; set;}
See Also