ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockPickerPart Class / IsDragOver Property

In This Topic
    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