The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi,
1. Add a ButtonEdit to a form.
2. Add a button to the button edit.
3. Set the FlatStyle to System. The button image disappears.
Also, when you set the FlatStyle of CurrenctEdit to System, calculator icon disappears.
This happens both on Win2K and XP. Can you please look into this and let me know what is going on.
thanks,
- Reddy
Reddy,
You can try with a classic button (System.Windows.Forms.Button), you'll have the same behavior.
You can try to override OnPaint method and paint the image your self.
Sebastien