[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Implements the basic functionality of a scroll bar control. [Property] @LargeChange=Sets a value to be added to or subtracted from the Value property when the scroll box is moved a large distance. ARG(int)|1|10 @Maximum=Sets the upper limit of values of the scrollable range.ARG(int)|1|100 @Minimum=Sets the lower limit of values of the scrollable range.ARG(int)|1|0 @SmallChange=Sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance. ARG(int)|1|1 @Value=Sets a numeric value that represents the current position of the scroll box on the scroll bar control.ARG(int)|1|0 [Methods] *doAutoSize=Sets a value indicating whether the ScrollBar is automatically resized to fit its contents. ARG(bool)|1|0 *doImeMode=Sets the Input Method Editor mode supported by this control.ARG(ImeMode)|1|0 *onAutoSizeChanged=Occurs when the value of the AutoSize property changes. ARG(EventArgs)|2|0 *onScroll=Occurs when the scroll box has been moved by either a mouse or keyboard action.ARG(ScrollEventArgs)|2|0 *onValueChanged=Occurs when the Value property is changed, either by a Scroll event or programmatically. ARG(EventArgs)|2|0 *AutoSize=Returns a value indicating whether the ScrollBar is automatically resized to fit its contents. ARG(bool)|3|104 *ImeMode=Returns the Input Method Editor mode supported by this control.ARG(ImeMode)|3|0 *LargeChange=Returns a value to be added to or subtracted from the Value property when the scroll box is moved a large distance. ARG(int)|3|1 *Maximum=Returns the upper limit of values of the scrollable range.ARG(int)|3|1 *Minimum=Returns the lower limit of values of the scrollable range.ARG(int)|3|1 *SmallChange=Returns the value to be added to or subtracted from the Value property when the scroll box is moved a small distance. ARG(int)|3|1 *Value=Returns a numeric value that represents the current position of the scroll box on the scroll bar control.ARG(int)|3|1