xtd 0.2.0
Loading...
Searching...
No Matches

◆ value() [2/2]

virtual scroll_bar & xtd::forms::scroll_bar::value ( int32  value)
virtual

Sets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.

Parameters
valueA numeric value that is within the minimum and maximum range. The default value is 0.
Exceptions
xtd::argument_out_of_range_exceptionThe assigned value is less than the xtd::forms::scroll_bar::minimum property value.
-or-
The assigned value is greater than the xtd::forms::scroll_bar::maximum property value.