ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockWindow Class / ShowCloseButton Property

In This Topic
    ShowCloseButton Property (C1DockWindow)
    In This Topic
    Gets or sets whether the maximize button of this window is shown.
    Syntax
    'Declaration
     
    Public Property ShowCloseButton As Boolean
    public bool ShowCloseButton {get; set;}
    See Also