SplitWindow.GetPaneSize Method | |
Get a Dimension object that represents the current size of a pane.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetPaneSize(
nPane
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetPaneSize(
Usual nPane = default
)
Request Example
View SourceParameters
- nPane (Optional)
- Type: Usual
The index of the split window pane.
Return Value
Type:
Usual
A Dimension object representing the split window pane's size.
See Also