SelectionSlider Constructor | |
Construct a selection slider.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SelectionSlider(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the selection slider. - xID (Optional)
- Type: Usual
The unique ID between 1 and 8000 of the selection slider. - oPoint (Optional)
- Type: Usual
The origin of the selection slider in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the selection slider in canvas coordinates.
See Also