SplitWindow.GetPaneSize Method (Typed) | |
Get a Dimension object that represents the current size of a pane.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetPaneSize(
nPane AS LONG
) AS Dimension
public virtual Dimension GetPaneSize(
int nPane
)
Request Example
View SourceParameters
- nPane
- Type: Long
The index of the split window pane.
Return Value
Type:
Dimension
A Dimension object representing the split window pane's size.
See Also