Xceed Grid for WinForms v4.3 Documentation
Value Property (WinScrollBar)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinScrollBar Class : Value Property
Gets or sets a value that represents the current position of the scroll thumb on the scrollbar.
Syntax
'Declaration
 
<DescriptionAttribute("Value that represents the current position of the scroll thumb on the scrollbar.")>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute(0)>
Public Property Value As Integer
'Usage
 
Dim instance As WinScrollBar
Dim value As Integer
 
instance.Value = value
 
value = instance.Value
[Description("Value that represents the current position of the scroll thumb on the scrollbar.")]
[Category("Behavior")]
[DefaultValue(0)]
public int Value {get; set;}

Property Value

A value that is within the Minimum and Maximum range. By default, 0.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WinScrollBar Class
WinScrollBar Members