Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / WorkspaceDefaults Class / ShowStartPage Property


In This Topic
    ShowStartPage Property (WorkspaceDefaults)
    In This Topic
    Gets or sets a value indicating whether to show the start up page when the Workspace opens.
    Syntax
    'Declaration
     
    
    Public Property ShowStartPage As Boolean
    'Usage
     
    
    Dim instance As WorkspaceDefaults
    Dim value As Boolean
     
    instance.ShowStartPage = value
     
    value = instance.ShowStartPage
    public bool ShowStartPage {get; set;}
    See Also