Search
IScrollBarProvider.SetValue Method
See Also
 





Sets the current position of the specified scrollbar control.

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

 Syntax

C#  Copy Code

void SetValue (
    Control scrollBar,
    float value
)

Visual Basic  Copy Code

Sub SetValue( _
    scrollBar As Control, _
    value As Single _
)

 Parameters

scrollBar

The scrollbar control.

value

The new scrollbar position.

 See Also