NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.DragFullWindows

Gets whether the user has enabled full window drag.

[Visual Basic]
Public Shared ReadOnly Property DragFullWindows As Boolean
[C#]
public static bool DragFullWindows {get;}
[C++]
public: __property static bool get_DragFullWindows();
[JScript]
public static function get DragFullWindows() : Boolean;

Property Value

true if the user has enabled full window drag; otherwise, false.

Remarks

When this property is true, the contents of windows will be displayed when moving and sizing.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace