  | 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)
Syntaxpublic bool AllowGlassDragging { get; set; }Public Property AllowGlassDragging As Boolean
	Get
	Set
public:
property bool AllowGlassDragging {
	bool get ();
	void set (bool value);
}member AllowGlassDragging : bool with 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