InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.OpenSystems Namespace / OpenSystemsTerminalControl Class / ExitEmptyWorkspace Property


In This Topic
ExitEmptyWorkspace Property (OpenSystemsTerminalControl)
In This Topic
When set to true, the workspace servicing terminal user instance is closed if there is no terminal instance running in the workspace.
Syntax
'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 OpenSystemsTerminalControl
Dim value As Boolean
 
instance.ExitEmptyWorkspace = value
 
value = instance.ExitEmptyWorkspace
See Also