Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBar Class / GetDragInfo Method


In This Topic
    GetDragInfo Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetDragInfo( _
       ByVal objectRectangle As Rectangle, _
       ByRef trackBarY As Double, _
       ByRef trackBarY2 As Double _
    ) As Double
    'Usage
     
    
    Dim instance As ScrollBar
    Dim objectRectangle As Rectangle
    Dim trackBarY As Double
    Dim trackBarY2 As Double
    Dim value As Double
     
    value = instance.GetDragInfo(objectRectangle, trackBarY, trackBarY2)

    Parameters

    objectRectangle
    trackBarY
    trackBarY2
    See Also