SplitWindow.SetPaneSize Method (Typed) | |
Set a Dimension object representing the current size of a pane.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetPaneSize(
oDimension AS Dimension,
nPane AS LONG
) AS VOID
public virtual void SetPaneSize(
Dimension oDimension,
int nPane
)
Request Example
View SourceParameters
- oDimension
- Type: Dimension
A Dimension object representing the new size of the specified split window pane. - nPane
- Type: Long
The index of the split window pane.
Return Value
Type:
TRUE if successful; otherwise, FALSE.
See Also