menuitem
常見(jiàn)例句
- Menu list can be either MENUITEM or POPUP statement.
菜單列表中的菜單項(xiàng)可以用MENUITEM或POPUP語(yǔ)句來(lái)聲明。 - A MENUITEM SEPARATOR statement requires no quoted string.
MENUITEM SEPARATOR語(yǔ)句不要求用引號(hào)括起來(lái)的字符串。 - However, you can set Enabled property of a MenuItem to an empty string (") to make a menu item appear invisible.
然而,可以將MenuItem的Enabled屬性設(shè)置為空字符串(")以使菜單項(xiàng)不可見(jiàn)。 - Add a MenuItem object titled Cancel, on the same level as Done, to discard the changes and return to the main form.
在“完成”所在的同一層上添加一個(gè)標(biāo)題為“取消”的MenuItem對(duì)象,以丟棄更改并返回主窗體。 - Add a MenuItem object titled Cancelfor the right soft key to discard the changes and return to the main form.
為右軟鍵添加一個(gè)標(biāo)題為“取消”的MenuItem對(duì)象,以放棄更改并返回到主窗體。 - Add a MenuItem object titled Done for the left soft key to close the form and return to the Main Form.
為左軟鍵添加一個(gè)標(biāo)題為“完成”的MenuItem對(duì)象,以關(guān)閉該窗體并返回到主窗體。 返回 menuitem