C++
virtual SB_DEPRECATED int GetID( int nIndex, BOOL bTrayItem = FALSE ) const = 0;
Description
This function returns the object ID of the specified pane or tray item object.
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 or tray item |
bTrayItem | Input Boolean: true if the object is a tray item; false if it is a pane |