ComponentOne DashboardLayout for WinForms
DragType Enumeration

C1.Win.Layout Namespace : DragType Enumeration
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

Reference

C1.Win.Layout Namespace