IsDragOver Property (C1DockPickerPart)
In This Topic
Gets or sets a value that determines whether the user is dragging a
C1DockTabItem or
C1DockTabControl over the element.
Syntax
'Declaration
Public Property IsDragOver As Boolean
public bool IsDragOver {get; set;}
See Also