SplitWindow Constructor (Typed) | |
Construct a SplitWindow object.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oOwner,
lHorizontalDrag,
lVerticalDrag,
kAlignment
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public SplitWindow(
Usual oOwner = default,
Usual lHorizontalDrag = default,
Usual lVerticalDrag = default,
Usual kAlignment = default
)
Request Example
View SourceParameters
- oOwner (Optional)
- Type: Usual
The window that owns the split window. - lHorizontalDrag (Optional)
- Type: Usual
A logical value that is TRUE if horizontal split bars can be dragged. If omitted, the default is FALSE, which indicates that horizontal split bar dragging is disabled. - lVerticalDrag (Optional)
- Type: Usual
A logical value that is TRUE if vertical split bars can be dragged. If omitted, the default is FALSE, which indicates that vertical split bar dragging is disabled. - kAlignment (Optional)
- Type: Usual
One of the following constants specifying how to align split bars in the split window:
Remarks Constant | Description |
---|
SPLIT_HORZALIGN
| Split bars are horizontally aligned |
SPLIT_VERTALIGN
| Split bars are vertically aligned |
If omitted, the default alignment is vertical (SPLIT_VERTALIGN). Split bars can be aligned either horizontally or vertically, but not both.
See Also