onedizzydevil
Programmer
I find code that show how to load a User Control programmatically; even ones that show how to set the property(ies) AS YOU CREATE the control. However, what I need is know how to retreive the property value inside of a user control.
For example, if I have a user control and button (not in the user control) that needs to toggle the isVisible property of the User Control, NOT the visiblity of a panel, table or anything else AND I don't want to put it in one.
How can I get the current value of the isVisible property?
Any ideas?
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."
For example, if I have a user control and button (not in the user control) that needs to toggle the isVisible property of the User Control, NOT the visiblity of a panel, table or anything else AND I don't want to put it in one.
How can I get the current value of the isVisible property?
Any ideas?
Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."