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

Panel

← Back to Control Inventory

Summary

Represents a Panel control.

Example

var panel = new Panel();
panel.Controls.Add(new Button { Text = "Inside panel" });

Documented Properties

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

Documented Methods

Name Summary
#ctor Initializes a new instance of the Panel class.
GetPreferredSize No XML summary yet.
OnPaint 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