ContextMenuStrip
This document shares key information to enable, modify and use a ContextMenu out off browser's options.
Architecture Components
/// <summary>
/// ContextMenuStrip model implementation.
/// </summary>
/// <mapfrom>System.Windows.Forms.ContextMenuStrip</mapfrom>
public class ContextMenuStrip : ToolStripDropDownMenu
{
public ContextMenuStrip(IContainer container) { /* ... */ }
public ShowEventHandler ShowEventHandler { get; set; }
public void Show(Control control, Point position) { /* ... */ }
private void OnShow(ShowEventArgs e) { /* ... */ }
}
Key Features:
Component Properties:
Event flow architecture

Browser Context Menu Prevention
Last updated