SECShortcutBar::OnChangeBar

BOOLSECShortcutBar::OnChangeBar(intiIndex)

This is called when a bar is clicked on about to change

Defined in: olbar.cpp

Return Value

return TRUE to allow change, return FALSE to disallow change

Parameters

iIndex

index of the bar about to be activated...

Comments

Override this function to disallow changing to a specified bar. By default this function checks if the bar is enabled. If it is, you can change to it.

See Also

ActivateBar