SplitWindow.GetPaneClient Method | |
Get the client window or control associated with a split window pane index.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetPaneClient(
nPane
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetPaneClient(
Usual nPane = default
)
Request Example
View SourceParameters
- nPane (Optional)
- Type: Usual
The index of the split window pane.
Return Value
Type:
Usual
An object representing the split window pane's client window.
See Also