GH_ScrollBarVerticalBaseContinueDrag Method  | 
 
 Continue a drag operation.
 
 
    Namespace: 
   Grasshopper.GUI.Base
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic bool ContinueDrag(
	double position
)
Public Function ContinueDrag ( 
	position As Double
) As Boolean
Parameters
- position
 - Type: SystemDouble
New offset hint. 
Return Value
Type: 
BooleanTrue if the drag resulted in an offset change, false if not.
See Also