xFXSlider 2.0
xFX JumpStart
Home | Properties | Methods | Events | Constants

Properties

BackColor As OLE_COLOR

This property defines the background color of the control.

Caption As String

This property defines the caption displayed next to the slider.

CaptionFont As StdFont

This property defines the font style of the Caption.

CaptionForeColor As OLE_COLOR

This property defines the color of the Caption.

CaptionPosition As CaptionPositionConstants

This property controls where the Caption should be displayed.

CaptionVisible As Boolean

This property controls whether the Caption should be displayed or not.

CustomKnobImage As StdPicture

This property is used to define a custom image to be displayed as the control's knob.

CustomSelKnobImage As StdPicture

This property is used to define a custom image to be displayed as the control's knob when the control has focus.

Enabled As Boolean

This property controls the enabled state of the control.
When this property is set to False, the knob will be hidden.

HighlightColor As OLE_COLOR

This property is used to define the color displayed on the knob's rail.

HighlightColorEnd As OLE_COLOR

This property is used to define the end color of the knob's rail when the HighlightPaintMode is set to hpmcGradient.

HighlightMode As HighlightModeConstants

This property control how the rail is painted.
When the property is set to hmcKnob the rail will be painted from the minimum position up to the knob's position.
If set to hmcFull the rail will be painted from the minimum position to the max position.

HighlightPaintMode As HighlightPaintModeConstants

This property is used to define the pain of pain mode used to pain the rail.
When set to hpmcSolid the rail will be painted using the HighlightColor.
When set to hpmcGadient the rail will be painted using a gradient effect, starting with the HighlightColor and ending with the HighlightColorEnd.

HighlightStyle As HighlightStyleConstants

This property controls the painting direction of the rail's highlight color.

LargeChange As Integer

This property defines the increment of the Value property when the knob is scrolled using the PageUp/PageDown keys.

Locked As Boolean

When this property is set to True the control will ignore all mouse and keyboard events so the user will not be able to interact with the control.

Max As Long

This property sets the maximum value that the control can have.

Min As Long

This property sets the minimum value that the control can have.

Orientation As OrientationConstants

This property sets whether the control should be rendered horizontally or vertically.

SliderVisible As Boolean

This property controls the visibility of the slider control.
[inconsistency] this property should be renamed to "KnobVisible"

SmallChange As Integer

This property defines the increment of the Value property when the knob is scrolled using the Up/Down keys.

TickFrequency As Integer

This property defines the interval at which the ticks should be displayed.

TickStyle As TickStyleConstants

This property defines how the ticks should displayed.

UseCustomKnob As Boolean

When this property is set to true the control will use the custom knob images defined through the CustomKnobImage and CustomSelKnobImage

Value As Long

This property sets or returns the value of the slider, that is, the value represented by the position of the knob.