Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / ShowCloseButtonOnTabs Property


In This Topic
    ShowCloseButtonOnTabs Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating if a Close button will appear on each document tab.
    Syntax
    'Declaration
     
    
    Property ShowCloseButtonOnTabs As Boolean
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As Boolean
     
    instance.ShowCloseButtonOnTabs = value
     
    value = instance.ShowCloseButtonOnTabs
    bool ShowCloseButtonOnTabs {get; set;}
    See Also