Slider.GetTickPos Method (Typed) | |
Retrieves the position of a tick mark in a slider control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetTickPos(
nIndex
) AS LONG CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual int GetTickPos(
Usual nIndex = default
)
Request Example
View SourceParameters
- nIndex (Optional)
- Type: Usual
Zero-based index identifying the tick mark.
Return Value
Type:
Long
The position of the specified tick mark or -1 if
nIndex does not specify a valid index.
See Also