In digging through my archives, I happened upon the start of a script project and I decided to finish it off this weekend. I have run into an issue though. The system is built using Buttons instead of Check boxes. Check boxes I know I can "count" in C# (info.Switches.Length), but can I "count" Buttons, like with an OnClick property? If Switches.Length works for Check boxes, what is it for Buttons?