Slider.SetTickPos Method (Typed) | |
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
public virtual void SetTickPos(
int nPosition
)
Request Example
View SourceParameters
- nPosition
- Type: Long
** missing parameter documentation **
Return Value
Type:
TRUE if successful; otherwise, FALSE.
See Also