SplitWindow.HidePane Method (Typed) | |
Hide a particular pane or all panes of a split window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD HidePane(
nPane AS LONG
) AS VOID
public virtual void HidePane(
int nPane
)
Request Example
View SourceParameters
- nPane
- Type: Long
The index of the split window pane to hide. If omitted, all panes are hidden.
See Also