in a tabgrouppane i insert a contentpane at runtime. how can i put the focus on that contentpane?
this is the code i am using:
<BR>ContentPane MeCont = new ContentPane(); <BR>MeCont.Header = "MIO"; <BR>MeCont.Name = "cpMeCont";<BR>tgpMain.Items.Add(MeCont); <BR>
Hi Pranzo,
If I got right what you need, you may call the Activate() method on the desired pane.
Hope this helps.
very useful.
Thank you very much