ScrollBar Constructor (Typed) | |
Construct a scroll bar.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
xID,
oPoint,
oDimension,
lDataAware
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ScrollBar(
Usual oOwner = default,
Usual xID = default,
Usual oPoint = default,
Usual oDimension = default,
Usual lDataAware = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the scroll bar. - xID (Optional)
- Type: Usual
The unique ID between 1 and 8000 of the scroll bar. - oPoint (Optional)
- Type: Usual
The origin of the scroll bar, in canvas coordinates. - oDimension (Optional)
- Type: Usual
The dimension of the scroll bar, in canvas coordinates. - lDataAware (Optional)
- Type: Usual
A logical value specifying whether the list box is data aware.
See Also