[]
Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the floating window.
[C1Category("Appearance")]
[C1Description("FloatingWindowOptions.MaximizeBox", "Specifies whether the Maximize button is displayed.")]
public bool MaximizeBox { get; set; }
This property has effect only if FormBorderStyle property is set to Sizable value.