True to specify an area in which the window is allowed to reside. The user will not be allowed to move any portion of the window outside of the allowed area. An allowed area can be useful to ensure that a user cannot cover up critical information with a popup window. When false, there will be no special restriction on the location and size of the window.

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

Syntax

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

See Also