Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146485 | Aug 6,2019 05:11 AM UTC | Aug 7,2019 04:40 AM UTC | WinForms | 3 |
![]() |
Tags: XPToolbar |
this.textBoxBarItem1.DrawToolbarItem += TextBoxBarItem1_DrawToolbarItem;
private void TextBoxBarItem1_DrawToolbarItem(object sender, Syncfusion.Windows.Forms.Tools.XPMenus.DrawToolbarItemEventArgs drawItemInfo)
{
drawItemInfo.Graphics.FillRegion(new SolidBrush(Color.Blue), new Region(drawItemInfo.Bounds));
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.