ScrollBar object
Tip The /COM object can be placed on a HTML page (with usage of the HTML object tag:  <object classid="clsid:...">)  using the class identifier: {5DE2B956-5AB5-47EE-8225-6AB7F9B4FC18}. The object's program identifier is: "Exontrol.ScrollBar". The /COM object module is: "ExScrollBar.dll"
The ScrollBar component supports the following properties and methods:

NameDescription
AppearanceRetrieves or sets the control's appearance.
AttachTemplateAttaches a script to the current object, including the events, from a string, file, a safe array of bytes.
BackColorSpecifies the control's background color.
BackgroundReturns or sets a value that indicates the background color for parts in the control.
BeginUpdateThis method prevents the control from painting until the EndUpdate method is called.
BtnHeightSpecifies the height of the button in the control.
BtnWidthSpecifies the width of the button in the control.
CaptionSpecifies the caption of the part of the control.
CaptionAlignmentSpecifies the alignment of the part's caption.
CaptionIndentXIndents the caption on x axis.
CaptionIndentYIndents the caption on y axis.
DisableNoScrollDisables the scroll bar instead of removing it, if the scroll bar's new parameters make the scroll bar unnecessary.
EnabledEnables or disables the control.
EnablePartIndicates whether the specified part is enabled or disabled.
EnablePartsSpecifies the parts of the control to be enabled or disabled.
EndUpdateResumes painting the control after painting is suspended by the BeginUpdate method.
EventParamRetrieves or sets a value that indicates the current's event parameter.
ExecuteTemplateExecutes a template and returns the result.
FontRetrieves or sets the control's font.
ForeColorSpecifies the control's foreground color.
HTMLPictureAdds or replaces a picture in HTML captions.
hWndRetrieves the control's window handle.
hWndMouseWheelAssociates a window with the current scroll bar when using the mouse wheel over or while it is focused.
IgnoreLargeChangeIgnores the large change value when getting the maximum value.
ImagesSets at runtime the control's image list. The Handle should be a handle to an Images List Control.
ImageSizeRetrieves or sets the size of icons the control displays..
LargeChangeThe amount by which the scroll box position changes when the user clicks in the scroll bar or presses the PAGE UP or PAGE DOWN keys.
MaximumThe upper limit value of the scrollable range.
MinimumThe lower limit value of the scrollable range.
ModeSpecifies the control's Mode.
OrderPartsSpecifies the order of the parts in the scroll-bar.
OwnerDrawPartIndicates which part of the control is responsible for its drawing.
PartFromPointRetrieves the part from the point.
PictureRetrieves or sets a graphic to be displayed in the control.
PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the control's background
ReplaceIconAdds a new icon, replaces an icon or clears the control's image list.
ScrollScrolls programmatically the control.
ScrollDelaySpecifies the time in ms, to delay the next scroll event, when the user clicks the scrollbar's parts.
SendMessageSpecifies whether the control sends scroll messages to the parent window.
ShowImageListSpecifies whether the control's image list window is visible or hidden.
SmallChangeThe amount by which the scroll box position changes when the user clicks a scroll arrow or presses an arrow key.
StartScrollDelaySpecifies the time in ms, to wait until contiguously scroll begins once the user presses the up/down or left/right buttons.
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
TemplateResultGets the result of the last Template call.
TemplateResultNGets the result of the last Template call, as double.
TemplateResultSGets the result of the last Template call, as string.
ThumbSizeSpecifies the width or the height of the thumb.
ToolTipFontRetrieves or sets the tooltip's font.
ToolTipTextSpecifies the control's tooltip text.
ToolTipTitleSpecifies the title of the control's tooltip.
ToolTipWidthSpecifies a value that indicates the width of the tooltip window, in pixels.
ToolTipXIndicates an expression that determines the horizontal-position of the tooltip, in screen coordinates.
ToolTipYIndicates an expression that determines the vertical-position of the tooltip, in screen coordinates.
UserDataAssociates an extra data to a part of the control.
ValueThe value that the scroll box position represents.
ValueFromPointRetrieves the value from the point.
VersionRetrieves the control's version.
VisiblePartIndicates whether the specified part is visible or hidden.
VisiblePartsSpecifies the parts of the control being visible.
VisualAppearanceRetrieves the control's appearance.
WheelChangeThe amount by which the scroll box position changes when the user rolls the mouse wheel.