WinForms › Popup Container
Popup Container
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
A highly customisable PopupEditor .NET Control for WinForms
2public types
48public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.PopupEditor.dll |
| Root namespace | Binarymission.WinForms.Controls.ContainerPopups |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
| Depends on | BinaryExtendedText, BinaryMenu, BinaryScrollBars, BinaryScrollerPanel |
Getting started
using Binarymission.WinForms.Controls.ContainerPopups;
// Designer: build the solution once, then drag PopupEditor from the Toolbox onto a form.
// In code:
var popupEditor = new PopupEditor
{
Dock = DockStyle.Fill,
};
this.Controls.Add(popupEditor);
API reference
Binarymission.WinForms.Controls.ContainerPopups
class PopupContentHost | The scrollable content area of a popup. It is a scroller panel that configures its own border and scroll bars for use inside a popup window. |
class PopupEditor | A custom control that provides a combination of a text display section and a visual that provides a mechanism to display a popup window that can host any content inside it for display. |