Slider 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: {031F9B36-1219-4DF5-8E09-1A50B8185BC2}. The object's program identifier is: "Exontrol.Slider". The /COM object module is: "ExSlider.dll"
The Exontrol's eXSlider component allows you adding skinable sliders to your forms or dialogs. A "slider control" (also known as a trackbar) is a window containing a slider and optional tick marks. When the user moves the slider, using either the mouse or the direction keys, the control sends events to indicate the change. The volume controls in the Windows operating system are slider controls. The component supports the following properties and methods:

NameDescription
AllowFloatSpecifies whether the slider's range includes floating numbers.
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.
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.
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.
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..
LabelTickSpecifies the label to be shown on ticks.
LargeChangeGets or sets a value to be added to or subtracted from the Value property when the slider is moved a large distance.
LargeChangeFGets or sets a value to be added to or subtracted from the Value property when the slider is moved a large distance( as float ).
MaximumThe upper limit value of the scrollable range.
MaximumFThe upper limit value of the scrollable range( as float ).
MinimumThe lower limit value of the scrollable range.
MinimumFThe lower limit value of the scrollable range( as float ).
NotifyParentSpecifies whether the control sends notifications to the parent window.
OrientationSpecifies the control's orientation.
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.
SelectRangeReturns or sets a value that indicates whether the control can have a select range.
SelLengthReturns or sets the length of a selection.
SelStartReturns or sets a value that indicates where a selection starts.
ShowFocusRectSets or gets a value that indicates whether the control is marked when it gets the focus.
ShowImageListSpecifies whether the control's image list window is visible or hidden.
ShowThumbProgressSpecifies whether the thumb indicates a progress bar.
ShowToolTipShows the specified tooltip at given position.
SmallChangeGets or sets the value added to or subtracted from the Value property when the slider is moved a small distance.
SmallChangeFGets or sets the value added to or subtracted from the Value property when the slider is moved a small distance( as float ).
TemplateSpecifies the control's template.
TemplateDefDefines inside variables for the next Template/ExecuteTemplate call.
TemplatePutDefines inside variables for the next Template/ExecuteTemplate call.
ThumbSizeSpecifies the width or the height of the thumb.
TickColorSpecifies the color for the control's ticks.
TickFrequencyReturns or sets a value that indicates the ratio of ticks on the control.
TickFrequencyFReturns or sets a value that indicates the ratio of ticks on the control.
TickStyleSpecifies where the ticks appears on the control.
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 thumb box position represents.
ValueFThe value that the thumb box position represents ( as float )( as float ).
ValueFromPointRetrieves the value from the point.
ValueFromPointFRetrieves the value from the point ( as float).
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.