WinForms › Post It Note
Post It Note
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms
A highly customisable Desktop Note .NET Control for WinForms
2public types
42public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.PostItNote.dll |
| Root namespace | Binarymission.WinForms.Controls.Containers |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls.Containers;
// Designer: build the solution once, then drag PostItNote from the Toolbox onto a form.
// In code:
var postItNote = new PostItNote
{
Dock = DockStyle.Fill,
};
this.Controls.Add(postItNote);
API reference
Binarymission.WinForms.Controls.Containers
class PostItNote | A custom control that presents UI/UX similar to MS Outlook "Post it" notes feature. |
enum PostItNoteTheme | Lists the supported built-in themes for rendering the PostIt Note. |