Indicates whether a maximize button is displayed in the caption bar of the window.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool MaximizeBox { get; set; }
Visual Basic
Public Property MaximizeBox As Boolean
	Get
	Set
JScript
function get MaximizeBox () : boolean
function set MaximizeBox (value : boolean)

See Also