C++
virtual AcTrayItem* GetTrayItem( int nIndex ) = 0;
Description
This function returns a pointer to the AcTrayItem object at the specified index, or null if the 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 |
---|---|
nIndex | Input zero-based index of the tray item in the status bar |