Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IWorkspaceDefaults Interface / ShowStartPage Property


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