Select to view content in your preferred language

C# How to access combobox inside a usercontrol

588
1
04-29-2010 01:21 PM
gisCoder
Emerging Contributor
Hi my friends,

In my C# project (for ArcMap), I have a usercontrol, there isjust one combobox inside. Now I want to change selected index of the combobox, how can I do it? Please help me

Thanks for your attention,
0 Kudos
1 Reply
srinivasreddy
Deactivated User
This can be done by Implementing the IToolControl interface and then pass the IApplication instance to the C# from constructor;


Ex:    form1 obj=new form(m_application)



then
u can intialize this in ur form.
0 Kudos