C++
virtual AcPane* GetPane( int nIndex ) = 0;
Description
This function returns a pointer to the AcPane object at the specified index, or null if the pane is not found.
Note
The status bar may contain hidden panes, so the index and pane count may not match that of the visible panes.
Parameters
Parameters | Description |
---|---|
nIndex | Input zero-based index of the pane in the status bar |