Skip to content

PopupWindow

ProGraMajster edited this page Mar 28, 2026 · 1 revision

PopupWindow

← Back to Control Inventory

Summary

Represents a popup window used for things like ComboBoxes and context menus.

Example

var control = new PopupWindow();

Documented Properties

Name Summary
DefaultSize No XML summary yet.
Size Gets or sets the unscaled size of the window.
Style Gets the ControlStyle properties for this instance of the Control.

Documented Methods

Name Summary
#ctor Initializes a new instance of the PopupWindow class.
Show Show the PopupWindow at the specified screen coordinates
Show Show the PopupWindow at the specified screen coordinates
Show Show the PopupWindow at the specified coordinates relative to the provided Control

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.

Clone this wiki locally