DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / DragType Enumeration

In This Topic
    DragType Enumeration
    In This Topic
    Type of ItemContainer instance modifying.
    Syntax
    'Declaration
     
    
    Public Enum DragType 
       Inherits System.Enum
    public enum DragType : System.Enum 
    Members
    MemberDescription
    DragDrag container
    NoneDo nothing
    ResizeBottomResize container down
    ResizeLeftResize container to the left
    ResizeRightResize container to the right
    ResizeTopResize container up
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Layout.DragType

    See Also