Docking Tab for WinForms | ComponentOne
C1.Win.Command.Docking Namespace / FloatingWindowOptions Class / CloseSingleTab Property

In This Topic
    CloseSingleTab Property
    In This Topic
    Gets or sets a value indicating whether a single page or the floating window should be closed on the window's close button click.
    Syntax
    'Declaration
     
    
    Public Property CloseSingleTab As Boolean
    public bool CloseSingleTab {get; set;}
    See Also