User Interface / Widgets / Context Popups / Context Popups Overview
In This Topic
Context Popups Overview
In This Topic

Context popups are popup windows opened in a context fashion. You can open any popup window in a context fashion using the OpenInContext(NPopupWindow popupWindow, NNode targetNode, NPointF screenPos) static method of the NPopupWindow class, where:

See Also