Click or drag to resize

ExtendedFormAllowGlassDragging Property

Gets or sets a value that indicates whether the form can be dragged by the glass areas inside the client area.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool AllowGlassDragging { get; set; }

Property Value

Type: Boolean
when the form can be dragged using the client area glass; otherwise, . The default value is .
Remarks
This property has no effect on operating systems older than Windows Vista, when the Desktop Window Manager is disabled or when the GlassMargin property is set to zero.
See Also