Docking Tab for WinForms | ComponentOne
C1.Win.Command.Docking Namespace / FloatingWindowOptions Class / MaximizeBox Property

In This Topic
    MaximizeBox Property (FloatingWindowOptions)
    In This Topic
    Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the floating window.
    Syntax
    'Declaration
     
    
    Public Property MaximizeBox As Boolean
    public bool MaximizeBox {get; set;}
    Remarks
    This property has effect only if FormBorderStyle property is set to System.Windows.Forms.FormBorderStyle.Sizable value.
    See Also