Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ViewportHitTestInformation Class / InDragFill Property


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