Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ViewportHitTestInformation Class / InDragDrop Property


In This Topic
    InDragDrop Property
    In This Topic
    Gets whether the location refers to a drag drop area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InDragDrop As Boolean
    'Usage
     
    
    Dim instance As ViewportHitTestInformation
    Dim value As Boolean
     
    value = instance.InDragDrop
    public bool InDragDrop {get;}
    See Also