Skip to content
ProGraMajster edited this page Mar 28, 2026 · 1 revision

Menu

← Back to Control Inventory

Summary

Represents a Menu control.

Example

var menu = new Menu();
// Add menu items according to your application structure.

Documented Properties

Name Summary
DefaultSize No XML summary yet.
IsTopLevelMenu No XML summary yet.
Style No XML summary yet.

Documented Methods

Name Summary
#ctor Initializes a new instance of the Menu class.
LayoutItems No XML summary yet.
OnDeselected No XML summary yet.
OnHoverChanged 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