Click or drag to resize

Slider.GetTickPos Method

X#
Retrieves the position of a tick mark in a slider control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetTickPos(
	nIndex
) AS USUAL CLIPPER
Request Example View Source

Parameters

nIndex (Optional)
Type: Usual
Zero-based index identifying the tick mark.

Return Value

Type: Usual
The position of the specified tick mark or -1 if nIndex does not specify a valid index.
See Also