Slider.SetTickPos Method | |
Sets the position of a tick mark in a slider control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetTickPos(
nPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetTickPos(
Usual nPosition = default
)
Request Example
View SourceParameters
- nPosition (Optional)
- Type: Usual
** missing parameter documentation **
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also