Slider.GetTickPos Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetTickPos(
Usual nIndex = default
)
Request Example
View SourceParameters
- 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