That is the effect of a custom designer for the ContextMenu control.
这是通过快捷菜单控件的自定义设计器来实现的。
In Figure 3, you see the ContextMenu control rendered at design time.
在图3中你可以看到快捷菜单控件在设计时的呈现。
This fact creates a logical dependency between the ContextMenu control and the page.
这样实际上就是在ContextMenu快捷菜单控件和页面之间创建了一个逻辑信赖。
ContextMenu control has been reworked: performance improvements and visual consistency fixes.
ContextMenu控件已经重写:改善了性能和修正了可视化一致性的问题。
The ContextMenu control as developed here requires absolute positioning that not all browsers support.
这里开发的快捷菜单控件需要绝对位置功能。而这一功能并不是所有的浏览器都支持的。
As mentioned, the user interface of the ContextMenu control is divided into two parts-graphics and script.
我们说过,ContexMenu控件的用户界面分为两部分——图形和脚本。
Here I'll also give the ContextMenu control the ability to hide when the user moves the mouse outside the control's UI.
我还可以让菜单在用户鼠标移开菜单时隐藏。
While implementing this ContextMenu control, I first used the aforementioned technique and created and displayed a popup window.
当实现快捷菜单控件的时候,我首先选择了上述的创建并显示一个弹出窗口。
ASP.NET controls are not designed to have a context menu, so you can bind them to a custom context menu only through the implementation of the ContextMenu control itself.
NET控件也不设计成具有快捷菜单,所以要绑定快捷菜单只能通过快捷菜单控件自身的执行。
The ContextMenu control is also in charge of adding an oncontextmenu handler to each control or page element that registers to get one. I defined two ways for an element to get its own context menu.
快捷菜单也负责为每个控件或为注册快捷菜单的页面元素添加oncontextmenu事件处理器。
The ContextMenu control is also in charge of adding an oncontextmenu handler to each control or page element that registers to get one. I defined two ways for an element to get its own context menu.
快捷菜单也负责为每个控件或为注册快捷菜单的页面元素添加oncontextmenu事件处理器。
应用推荐