SplitWindow.SetPaneSize Method | |
Set a Dimension object representing the current size of a pane.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetPaneSize(
oDimension,
nPane
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetPaneSize(
Usual oDimension = default,
Usual nPane = default
)
Request Example
View SourceParameters
- oDimension (Optional)
- Type: Usual
A Dimension object representing the new size of the specified split window pane. - nPane (Optional)
- Type: Usual
The index of the split window pane.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also