ComponentOne DashboardLayout for WinForms
CanDrag Method

C1.Win.Layout Namespace > ILayout Interface : CanDrag Method
Inspecting ItemContainer
Inspecting System.Drawing.Point point.
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

Reference

ILayout Interface
ILayout Members