Search
IScrollBarProvider.GetMaximum Method
See Also
 





Gets the maximum value of the specified scrollbar control.

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

 Syntax

C#  Copy Code

float GetMaximum (
    Control scrollBar
)

Visual Basic  Copy Code

Function GetMaximum( _
    scrollBar As Control _
) As Single

 Parameters

scrollBar

The scrollbar control.

 Return Value

The scrollbar maximum value.

 See Also