lstratman / EasyTabs

Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc.
https://lstratman.github.io/EasyTabs
155 stars 71 forks source link

Make WindowSizingBoxes Customizable #47

Closed Haltroy closed 10 months ago

Haltroy commented 4 years ago

With this simple change, other developers (like me) can customize close, maximize & minimize buttons by simply creating a class that inherits WindowSizingBoxes and overriding Render. And yes this class is used for Windows 10 but this class can be used in any OS and button areas can be changed for each OS.