Click or drag to resize

Slider.SetTickPos Method (Typed)

X#
Sets 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 SetTickPos(
	nPosition AS LONG
) AS VOID
Request Example View Source

Parameters

nPosition
Type: Long
** missing parameter documentation **

Return Value

Type: 
TRUE if successful; otherwise, FALSE.
See Also