Home » U++ Library support » TabCtrl » How to change Tab name
Re: How to change Tab name [message #35852 is a reply to message #35848] |
Wed, 28 March 2012 07:47  |
|
Hi Nick,
sure, it is possible I believe you can do it like this:
...
towerDefs.Add();
CtrlLayout(towerDefs.Top());
towers.m_tab.Add(towerDefs.Top().SizePos(),"this is the name which I want to be able to change");
...
towers.m_tab.GetItem(0).Text("this is the changed text");
Best regards,
Honza
|
|
|
Goto Forum:
Current Time: Mon May 12 16:04:00 CEST 2025
Total time taken to generate the page: 0.00622 seconds
|