ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / 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 System.Boolean
    public System.bool MaximizeBox {get; set;}
    Remarks
    This property has effect only if FormBorderStyle property is set to System.Windows.Forms.FormBorderStyle.Sizable value.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also