leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
428 stars 130 forks source link

Change Cursor for ActionBar Burger-Button? #371

Open WaGi-Coding opened 1 year ago

WaGi-Coding commented 1 year ago

Can i change the cursor on the action bar's burger-button without making changes to the library? Or assign mousemove/mouseleave events to that button.

valimaties commented 1 year ago

In current version, I don't think you can, because "burger-button" it's a private Rectangle property of MaterialForm class. But, please tell me if you want some custom cursors or one of the System.Windows.Forms.Cursors class?

The PR #372 will help you with system cursors.