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