Skip to content

ContextMenu

ProGraMajster edited this page Mar 28, 2026 · 1 revision

ContextMenu

← Back to Control Inventory

Summary

Represents a ContextMenu control.

Example

var menu = new ContextMenu();
// Configure menu items, then assign:
// control.ContextMenu = menu;

Documented Properties

Name Summary
IsTopLevelMenu No XML summary yet.

Documented Methods

Name Summary
#ctor Initializes a new instance of the ContextMenu class.
Show No XML summary yet.

Documented Events

No documented members yet.

Notes

  • This page was generated from the public XML documentation of ModernFormsNext.
  • Base members inherited from Control, ScrollableControl, WindowBase, or other parent types may not all be repeated here.

ModernFormsNext

Clone this wiki locally