C++
virtual int GetIndex( AcPane* pPane ) const = 0;
Description
This function returns the zero-based index of the specified pane, or -1 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 |
---|---|
pPane | Input pointer to the pane |