Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
830
activate the focus on contentpane
posted

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>

Parents
  • 3520
    Offline posted

    Hi Pranzo,

    If I got right what you need, you may call the Activate() method on the desired pane.

    Hope this helps.

Reply Children
No Data