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

In This Topic
    MaximizeBox Property (FloatingEventArgs)
    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;}
    See Also