How to create a mene with the following structure in run time?
MyMenu
--mnuLevel_1[0]
-----mnuLevel_2
..
--mnuLevel_1[j]
-----mnuLevel_2
..
The first level is OK, which can be acheived by defining an array in design time. The problem is in the second level due to the name conflict.
MyMenu
--mnuLevel_1[0]
-----mnuLevel_2
..
--mnuLevel_1[j]
-----mnuLevel_2
..
The first level is OK, which can be acheived by defining an array in design time. The problem is in the second level due to the name conflict.
請先 登入 以發表留言。