Tabcontrol 2

  • Thread starter Thread starter David de Passos
  • Start date Start date
D

David de Passos

Hi!
I have a tabcontrol with 3 tabpage, and in Load Form I and to select the
tabpage(2). I want to see the components are into tabpages(2).
How can do that?

--


Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: (e-mail address removed)
Móvel: +351 966931639
Telefone: +351 239708708
Fax: +351 239708701
Tel. Directo: +351 239708705 ext. 401
 
You cant see it with:

this.tabPage2.Controls.Count // this return the number of components in
this.tabPage2.Controls[0].GetType() // this return the Type of component

Regards!
 
It's no what I want!
I have 3 tabpage and I want to select ou focus the second Tabpage.

José Miguel Torres said:
You cant see it with:

this.tabPage2.Controls.Count // this return the number of components in
this.tabPage2.Controls[0].GetType() // this return the Type of component

Regards!


--
José Miguel Torres
jtorres_diaz~~ARROBA~~terra.es
http://jmtorres.blogspot.com




David de Passos said:
Hi!
I have a tabcontrol with 3 tabpage, and in Load Form I and to select the
tabpage(2). I want to see the components are into tabpages(2).
How can do that?

--


Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: (e-mail address removed)
Móvel: +351 966931639
Telefone: +351 239708708
Fax: +351 239708701
Tel. Directo: +351 239708705 ext. 401
 
Back
Top