DashboardLayout for WinForms | ComponentOne
C1.Win.Layout Namespace / ILayout Interface / CanDrag Method
Inspecting ItemContainer
Inspecting System.Drawing.Point point.

In This Topic
    CanDrag Method (ILayout)
    In This Topic
    Defines whether the ItemContainer instance can be dragged or resized.
    Syntax
    'Declaration
     
    
    Function CanDrag( _
       ByVal itemContainer As Object, _
       ByVal pt As Point _
    ) As DragType

    Parameters

    itemContainer
    Inspecting ItemContainer
    pt
    Inspecting System.Drawing.Point point.

    Return Value

    DragType type of dragging/resizing.
    See Also