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;
true if the user has enabled full window drag; otherwise, false.
When this property is true, the contents of windows will be displayed when moving and sizing.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace