cuiFormRounder
A custom-built CuoreUI component.
Last updated
A custom-built CuoreUI component.
Last updated
Highly experimental New versions have way less bugs, but it is possible there are still some very specific errors that can occur.
Credits Stackoverflow user 's solution is very commendable, it is the ground work for our component. Their answer:
An instance allows you to round up the corners of your WinForms Form
.
You can specify the OutlineColor
.
Exposes TargetForm
FakeForm_Activated(object sender, EventArgs e)
We expose this, but you should never call it unless you know what you're doing.
UpdateRoundedFormRegion()
We expose this, but you should never call it unless you know what you're doing.