Control.draw override.
Namespace: MindFusion.Common.UI
File: Menu.js
SyntaxJavaScript
Copy Code
|
|---|
function draw () |
ExampleThe following code uses the bounds property of a ToolStrip to render a Menu right before the tool item, over which the mouse hovers:
JavaScript
Copy Code
|
|---|
// This is the handler function of the toolstrip.itemMouseEnter event. document.body.appendChild(menu.draw()); |
See Also