Gets the current checked (pressed) button in the toolbar.
#include "ltwrappr.h"
L_INT LToolbar::GetButtonChecked()
An integer that will receive the current checked (pressed) button identifier.
To set the selected button in the toolbar, call LToolbar::SetButtonChecked.
For an example, refer to LToolbar::SetButtonChecked.