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

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