Attachmate.Reflection.UserControl.OpenSystemsGraphics Namespace > OpenSystemsGraphicsTerminalControl Class : ExitEmptyWorkspace Property |
'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.")> <CategoryAttribute("Terminal")> <DefaultValueAttribute()> Public Property ExitEmptyWorkspace As Boolean
'Usage
Dim instance As OpenSystemsGraphicsTerminalControl 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.")] [Category("Terminal")] [DefaultValue()] public bool ExitEmptyWorkspace {get; set;}