'Declaration
Public Sub GetActivePane( _ ByRef paneRow As Integer, _ ByRef paneColumn As Integer _ )
'Usage
Dim instance As LayoutManager Dim paneRow As Integer Dim paneColumn As Integer instance.GetActivePane(paneRow, paneColumn)
public void GetActivePane( out int paneRow, out int paneColumn )
Parameters
- paneRow
- The active pane's row index.
- paneColumn
- The active pane's column index.