SplitWindow.GetPaneClient Method (Typed) | |
Get the client window or control associated with a split window pane index.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetPaneClient(
nPane AS LONG
) AS Object
public virtual Object GetPaneClient(
int nPane
)
Request Example
View SourceParameters
- nPane
- Type: Long
The index of the split window pane.
Return Value
Type:
Object
An object representing the split window pane's client window.
See Also