public void GetPane( int row, int column, out int paneRow, out int paneColumn )
'Declaration Public Sub GetPane( _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef paneRow As Integer, _ ByRef paneColumn As Integer _ )
'Declaration
Public Sub GetPane( _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef paneRow As Integer, _ ByRef paneColumn As Integer _ )
'Usage Dim instance As LayoutManager Dim row As Integer Dim column As Integer Dim paneRow As Integer Dim paneColumn As Integer instance.GetPane(row, column, paneRow, paneColumn)
'Usage
Dim instance As LayoutManager Dim row As Integer Dim column As Integer Dim paneRow As Integer Dim paneColumn As Integer instance.GetPane(row, column, paneRow, paneColumn)
LayoutManager Class LayoutManager Members