Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public int Value { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Value As Integer |
See Also