VerticalScrollBar Constructor (Typed) | |
Construct a vertical scroll bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public VerticalScrollBar(
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 vertical scroll bar. - xID (Optional)
- Type: Usual
The unique ID between 1 and 8000 of the vertical scroll bar. - oPoint (Optional)
- Type: Usual
The origin of the vertical scroll bar in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the vertical scroll bar in canvas coordinates.
See Also