G
Guest
Is it possible to assign a common name to more than one control and then
change a given property for that group of controls?
For example, a number of controls may be hidden. On an event - say OnClick
for a button - these controls all become visible. Instead of setting the
..visible property for each control individually, I'd like to set the .visible
property for a named group in one go.
Is this possible? The Tag property doesn't seem to provide the answer.
change a given property for that group of controls?
For example, a number of controls may be hidden. On an event - say OnClick
for a button - these controls all become visible. Instead of setting the
..visible property for each control individually, I'd like to set the .visible
property for a named group in one go.
Is this possible? The Tag property doesn't seem to provide the answer.