WindowVerticalScrollBar Constructor | |
Construct a window vertical scroll bar.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public WindowVerticalScrollBar(
Usual oOwner = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the window vertical scroll bar.
See Also