thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

MetroFramework tabcontrol Drawitem event #112

Open Leetaboom opened 5 years ago

Leetaboom commented 5 years ago

i changed layout with MetroFramework recently. everything is fine but there are only problem when i add event in tabcontrol_DrawItem.

this is my event code : code

control's drawmode is selected OwnerDrawFixed mode. but, when i run this project, that event is not occured.

i want draw close button in tab header.

how should i do to it?