Search
IScrollBarProvider.GetLargeChange Method
See Also
 





Gets the large-change value of the specified scrollbar control.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

float GetLargeChange (
    Control scrollBar
)

Visual Basic  Copy Code

Function GetLargeChange( _
    scrollBar As Control _
) As Single

 Parameters

scrollBar

The scrollbar control.

 Return Value

The scrollbar large-change value.

 See Also