Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / ShowCloseButton Property

In This Topic
    ShowCloseButton Property (C1Window)
    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