I know absolutely zero about .NET.
Is there a way for me to show all the vars that are available to a user control to use? If they only showed like in a debug mode or something on the host machine that’d be fine.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what exactly you are asking about, but if you are using visual studio, IntelliSense will show you all members on a control (and any class, struct or object as well).
The best documentation for .NET is on http://msdn.microsoft.com – this will give you all the information you need to use and access the different objects and controls.