Version

DragWindowStyle Enumeration

Enumeration of styles indicating how a dragged window appears.
Syntax
'Declaration
 
Public Enum DragWindowStyle 
   Inherits System.Enum
public enum DragWindowStyle : System.Enum 
Members
MemberDescription
LayeredWindowA translucent window is displayed as the window is dragged.
LayeredWindowWithIndicatorsDocking indicators are used to determine the docked location, at which point a layered window is diaplayed in the drop location. To indicate the floating position, the pane is actually repositioned during the drag operation.
OutlineAn outline of the window is displayed as the window is dragged.
OutlineWithIndicatorsAn outline of the window and Visual Studio 2005-style docking indicators are displayed as the window is dragged.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also