This seems really silly but I can't find the "Name" property of my ToolBarButtons in code.

I have set up a toolbar object at design time on my windows form, giving each button a name so that I might identify it later in code.

However when iterating through my toolbar.buttons collection in code, I can find no name property? Am I just being silly? How do I get to it?