The height of the area in which the window is allowed to reside.

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

Syntax

C#
public double AllowedAreaHeight { get; set; }
Visual Basic
Public Property AllowedAreaHeight As Double
	Get
	Set
JScript
function get AllowedAreaHeight () : double
function set AllowedAreaHeight (value : double)

Remarks

The user will not be allowed to move any portion of the window outside of the allowed area.

See Also