Skip to content

Instantly share code, notes, and snippets.

View ABODCREATOR's full-sized avatar
🎯
Focusing

Abdallah Baher ABODCREATOR

🎯
Focusing
View GitHub Profile
@ABODCREATOR
ABODCREATOR / CustomButtonClass.cs
Created April 4, 2026 17:44
Rounded Button DLL Class
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
namespace Mouse_Developer
{
public class RoundedButton : Button
{
public int BorderRadius { get; set; } = 20;