Search
IScrollBarProvider.GetMinimum Method
See Also
 





Gets the minimum value of the specified scrollbar control.

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

 Syntax

C#  Copy Code

float GetMinimum (
    Control scrollBar
)

Visual Basic  Copy Code

Function GetMinimum( _
    scrollBar As Control _
) As Single

 Parameters

scrollBar

The scrollbar control.

 Return Value

The scrollbar minimum value.

 See Also