SplitWindow.SetPaneClient Method (Typed) | |
Set 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 SetPaneClient(
oWindow AS IGuiObject,
nPane AS LONG
) AS VOID
public virtual void SetPaneClient(
IGuiObject oWindow,
int nPane
)
Request Example
View SourceParameters
- oWindow
- Type: IGuiObject
The client window or control to be associated with the specified pane. - nPane
- Type: Long
The index of the split window pane.
See Also