SplitView.SetPaneClient Method (Typed) | |
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
- nPane
- Type: Long
See Also