Version

DragIndicatorStyle Enumeration

Represents the style of drag indicators used when dragging panes around the application.
Syntax
'Declaration
 
Public Enum DragIndicatorStyle 
   Inherits System.Enum
public enum DragIndicatorStyle : System.Enum 
Members
MemberDescription
DefaultThe default drag indicator style based on the current WindowStyle and operating system.
VisualStudio2005Visual Studio 2005 style drag indicators.
VisualStudio2008VistaVisual Studio 2008 style drag indicators on the Windows Vista Operating System.
VisualStudio2008XPVisual Studio 2008 style drag indicators on the Windows XP Operating System.
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