SplitWindow.SetPaneClient Method | |
Set 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 SetPaneClient(
oWindow,
nPane
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetPaneClient(
Usual oWindow = default,
Usual nPane = default
)
Request Example
View SourceParameters
- oWindow (Optional)
- Type: Usual
The client window or control to be associated with the specified pane. - nPane (Optional)
- Type: Usual
The index of the split window pane.
Return Value
Type:
UsualSee Also