HypernovaDesktop Components · docs
Binarymission
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

AssemblyBinarymission.WinForms.Controls.PostItNote.dll
Root namespaceBinarymission.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 PostItNoteA custom control that presents UI/UX similar to MS Outlook "Post it" notes feature.
enum PostItNoteThemeLists the supported built-in themes for rendering the PostIt Note.