SplitWindow.ShowPane Method | |
Show a particular pane or all panes of a split window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ShowPane(
nPane
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual ShowPane(
Usual nPane = default
)
Request Example
View SourceParameters
- nPane (Optional)
- Type: Usual
The index of the split window pane to show. If omitted, all panes are shown.
Return Value
Type:
UsualSee Also