Specifies if dragging the object in runtime mode will move the parent window in which the object is contained. In other words, when MovesOwnerWindow is true, it makes the object act like a Windows titlebar.

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

Syntax

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

See Also