menuitem

  • un.菜单项
  • 网络菜单项目;菜单选项;移除菜单项

menuitemmenuitem

menuitem

菜单项

菜单项(MENUITEM) 格式:  MENUITEM "菜单项名",菜单项标识符(ID)[,选项] 格式: 说明: 说明: POPUP"子菜单名"[,选项]BEGIN…

菜单项目

... "$$$/Actions/Class/MeasureTool= 测量" "$$$/Actions/Class/MenuItem= 菜单项目" "$$$/Actions/Class/Move= 移动" ...

菜单选项

Java核心编程技术 目录 - 51CTO.COM ... 9.画布 Canvas 3.菜单选项 MenuItem 1.窗体 JFrame ...

移除菜单项

Class:总类/右键菜单类 - 百度地图API ... (item:MenuItem) 添加菜单项。 (item:MenuItem) 移除菜单项。 ...

添加菜单项

Class:总类/右键菜单类 - 百度地图API ... (item:MenuItem) 添加菜单项。 (item:MenuItem) 移除菜单项。 ...

定义菜单项

... MENUDEFAULT 默认菜单项………………………203 MENUITEM 定义菜单项……………………………204 MEM 内存查看 …

1
Popup menus are menus that have submenus, a menuitem is just a menuitem with an associated ID. Popup(弹出)菜单是有子菜单的菜单,一个菜单项仅是一个有关联ID的菜单项。
2
The text attribute defines the name of the MenuItem, and the action attribute contains an operation that determines the item's behavior. text属性定义MenuItem的名称,action属性包含一个决定菜单项行为的操作。
3
Use the members of this enumeration to set the value of the Shortcut property of the MenuItem class. 用此枚举的成员来设置MenuItem类的Shortcut属性的值。
4
Adds a new MenuItem, to the end of the current menu, with a specified caption. 将具有指定标题的新MenuItem添加到当前菜单的末尾。
5
To do that, you first need to have an event handling method in the ManageCustomer controller for an "add" menuitem onClick event. 要完成这些,首先要在ManageCustomer控制器中有“add”菜单项的onClick事件的事件处理方法。
6
Add a MenuItem object titled Cancel, on the same level as Done, to discard the changes and return to the main form. 在“完成”所在的同一层上添加一个标题为“取消”的MenuItem对象,以丢弃更改并返回主窗体。
7
Add a MenuItem object titled Done for the left soft key to close the form and return to the Main Form. 为左软键添加一个标题为“完成”的MenuItem对象,以关闭该窗体并返回到主窗体。
8
Add a MenuItem object titled Donefor the left soft key to update the database with the changes and return to the Main Form. 为左软键添加一个标题为“完成”的MenuItem对象,以使用所做更改更新数据库并返回到主窗体。
9
Add a MenuItem object titled Cancelfor the right soft key to discard the changes and return to the main form. 为右软键添加一个标题为“取消”的MenuItem对象,以放弃更改并返回到主窗体。
10
The Menu object also contains an attribute called items whose value can be one or more MenuItem objects. Menu对象还包含一个名为items的属性,该属性的值可以是一个或多个MenuItem对象。
11
An array of MenuItem objects that contains the submenu items for this menu item. 包含该菜单项的子菜单项的一组MenuItem对象。
12
A MENUITEM SEPARATOR statement requires no quoted string. MENUITEMSEPARATOR语句不要求用引号括起来的字符串。
13
A MenuItem that represents the menu item being added to the collection. 表示将添加到集合的菜单项的MenuItem。
14
For example, for the Add menuitem onClick event, the @Events qualifier can be supplied with an "add. OnClick" value, as shown in Listing 7. 例如,对AddmenuitemonClonclick事件,@Events限定符值可以是“add.OnClick”,如清单7所示。
15
A MenuItem represents an operation found in the current menu. MenuItem表示当前菜单中的一个操作。
16
The TreeView DataBindings Editor dialog box opens (TreeView control), or the MenuItem DataBindings Editor dialog box opens (Menu control). “TreeViewDataBindings编辑器”对话框(TreeView控件)或“MenuItemDataBindings编辑器”对话框(Menu控件)随即打开。
17
The MenuItem component represents a single menu item in a MainMenu or ContextMenu component. MenuItem组件表示MainMenu或ContextMenu组件中的单个菜单项。
18
Add a menuitem to personal bookmark content menu. 在个人收藏夹关联菜单中加入了菜单选项。
19
In the main form, add a MenuItem object named New(MenuItem1), and another named Edit (MenuItem2). 在主窗体中,添加两个MenuItem对象,分别命名为“新建”(MenuItem1)和“编辑”(MenuItem2)。
20
To remove a MenuItem that you have previously added, use the Remove method. 若要移除以前添加的MenuItem,请使用Remove方法。