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

In This Topic
    ShowMaximizeButton Property (C1DockWindow)
    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