GetScaledPaneOffsetY Method
Gets the scaled row offset y where the window is split into the specified pane.
public int GetScaledPaneOffsetY(
int
)
'Declaration
Public Function GetScaledPaneOffsetY( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As LayoutManager
Dim pane As Integer
Dim value As Integer
value = instance.GetScaledPaneOffsetY(pane)
Parameters
- pane
- The row pane index.
Return Value
An integer value represents the row number where the window is split into the specified pane.