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