Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ViewportHitTestInformation Class / InSelectionDrag Property


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