Net对MDI支持的地方是窗体(Form组件)和菜单(MenuItem组件),只需对这二个组件的某些属性进行设置,就能够完成其他语言在编写MDI程序时要花费很多精力才能够实现的工作。
基于6个网页-相关网页
struct MenuItem ParentMenus 父节点
struct MenuItem ChildrenMenus 子节点
menuitem switch 菜单项开关
A MenuItem represents an operation found in the current menu.
MenuItem表示当前菜单中的一个操作。
Menubar is a ZK menubar component with two child ZK menuitem components with the IDs add and exit.
menubar是ZK menubar组件,有两个子zk menuitem组件,ID是add和exit。
The Menu object also contains an attribute called items whose value can be one or more MenuItem objects.
Menu对象还包含一个名为items的属性,该属性的值可以是一个或多个MenuItem对象。
应用推荐