I developing a usercontrol in csharp in which i will be using a textbox and CheckedListBox control once the usercontrol is done suppose if i want to use some of the methods of Checkedlistbox in my usercontrol what should i do…
Thanks in advance
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.
Just encapsulate them in their own method and delegate calls to them.
If one of the user controls is defined as the field
chkListBox, and you want to use theClearSelectedmethod you can do the following in your class: