I've got several labels which shouldnt be shown on screen but if a user hits a hotkey it would be nice to show them, what im wondering... Is there a way to tag these items with a class like in Html so i can have a function trigger the visible field on and off.
I know i can reference the ID but I was wondering if theres a class like also available then i wouldnt have to reference every id flag for all objects which are about 500 or so.

