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

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