CuoreUI Documentation
  • Welcome
  • Branding
  • UNCATEGORIZED
    • DeviceInfo
    • Drawing
    • GaussianBlurTest (Blurs)
      • GaussianBlur
      • QuadraticBlur
    • GlobalMouseHook
    • HandCursorFix
    • Helper
      • Win32
        • NativeMethods
        • PerPixelAlphaBlend
  • Components
    • Forms
      • ColorPickerForm
      • TooltipController
      • TooltipForm
      • RoundedForm
    • cuiColorPicker
    • cuiControlAnimator
    • cuiControlBlur
    • cuiControlDrag
    • cuiFormAnimator
    • cuiFormDrag
    • cuiFormRounder
    • cuiTaskbarBadgeController
    • cuiTaskbarStateController
    • cuiTooltipHover
  • CONTROLS
    • Charts
      • cuiChartLine
      • cuiChartPie
    • Forms
      • DatePickerPages
        • MonthDatePicker
        • YearDatePicker
      • ComboBoxDropDown
    • Shapes
      • cuiEllipse
      • cuiHexagon
    • ColorPickerWheel
    • cuiButton
    • cuiButtonGroup
    • cuiCalendarDatePicker
    • cuiCheckbox
    • cuiCircleKnob
    • cuiCircleProgressBar
    • cuiComboBox
    • cuiDataGridView
    • cuiGradientPanel
    • cuiGroupBox
    • cuiLabel
    • cuiListbox
    • cuiNumericUpDown
    • cuiPanel
    • cuiPictureBox
    • cuiProgressBarHorizontal
    • cuiProgressBarVertical
    • cuiProgressTrackerHorizontal
    • cuiProgressTrackerVertical
    • cuiResizeGrip
    • cuiScrollbar
    • cuiScrollbarHorizontal
    • cuiSeparator
    • cuiSlider
    • cuiSliderVertical
    • cuiSpinner
    • cuiStarRating
    • cuiSvgBox
    • cuiSwitch
    • cuiTabControl
    • cuiTabControlExperimental
    • cuiTextBox
    • cuiOTPasswordBox
    • cuiTextBoxCreditCardNumber
Powered by GitBook
On this page
  1. Components

cuiFormRounder

A custom-built CuoreUI component.

PreviouscuiFormDragNextcuiTaskbarBadgeController

Last updated 1 month ago

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:

Only use if you want rounded corners on Windows machines that don't use Windows 11 or higher.

An instance allows you to round up the corners of your WinForms Form. You can specify the OutlineColor.

Exposes TargetForm

Methods

  • 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.

Hotkey
https://stackoverflow.com/a/58906678