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


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