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

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