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