alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DragProviderStyle

    Specifies the style of dragging.

    Inheritance
    System.Object
    DragProviderStyle
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class DragProviderStyle : Enum
    Remarks

    The DragProviderStyle enumeration is used by the DockingManager to enable the style of dragging the docking windows. VS2005 style is set for Visual Studio 2005 by default. Standard style will set for VS 2002 and VS 2003 .NET Framework.

    Fields

    Office2016Black

    Enables Office2016Black style for the drag provider.

    Declaration
    public const DragProviderStyle Office2016Black
    Field Value
    Type
    DragProviderStyle

    Office2016Colorful

    Enables Office2016Colorful style for the drag provider.

    Declaration
    public const DragProviderStyle Office2016Colorful
    Field Value
    Type
    DragProviderStyle

    Office2016DarkGray

    Enables Office2016Dark style for the drag provider.

    Declaration
    public const DragProviderStyle Office2016DarkGray
    Field Value
    Type
    DragProviderStyle

    Standard

    Enables the normal style of helper frame for docking windows.

    Declaration
    public const DragProviderStyle Standard
    Field Value
    Type
    DragProviderStyle

    VS2005

    Enables the Visual Studio 2005 style of docking.

    Declaration
    public const DragProviderStyle VS2005
    Field Value
    Type
    DragProviderStyle

    VS2008

    Enables visual studio 2008 style for the drag provider.

    Declaration
    public const DragProviderStyle VS2008
    Field Value
    Type
    DragProviderStyle

    VS2010

    Enables visual studio 2010 style for the drag provider.

    Declaration
    public const DragProviderStyle VS2010
    Field Value
    Type
    DragProviderStyle

    VS2012

    Enables visual studio 2012 style for the drag provider.

    Declaration
    public const DragProviderStyle VS2012
    Field Value
    Type
    DragProviderStyle

    Whidbey

    Enables the Visual Studio 2005 Beta 2 style of docking.

    Declaration
    public const DragProviderStyle Whidbey
    Field Value
    Type
    DragProviderStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved