M
Magnus
Hello!
Is there any simple onerowcode to convert a collection to an array?
For example I have two separate tabcontrols with several tabpages.
I want to use Tabcontrol1 but add all tabpages from Tabcontrol2 to this.
I tried with TabControl1.TabPages.AddRange(Tabcontrol2.TabPages) but this don't work.
Regards Magnus
Is there any simple onerowcode to convert a collection to an array?
For example I have two separate tabcontrols with several tabpages.
I want to use Tabcontrol1 but add all tabpages from Tabcontrol2 to this.
I tried with TabControl1.TabPages.AddRange(Tabcontrol2.TabPages) but this don't work.
Regards Magnus