Method of IStatusBar
Get command index
var pnPosition = StatusBar.CommandToIndex(strCommandName);
==== Visual Basic Script ====
pnPosition = StatusBar.CommandToIndex strCommandName
==== C++ ====
long nPosition; HRESULT hr = StatusBar.CommandToIndex(strCommandName, &nPosition);
===== See Also ===== IStatusBar