-
Notifications
You must be signed in to change notification settings - Fork 0
PopupWindow
ProGraMajster edited this page Mar 28, 2026
·
1 revision
Represents a popup window used for things like ComboBoxes and context menus.
var control = new PopupWindow();| 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. |
| 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 |
No documented members yet.
- 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.