-1

I would like to replace

Syncfusion.Windows.Forms.BannerTextProvider
Syncfusion.Windows.Forms.BannerTextInfo

with equivalent (or similar) DevExpress component or just System.Windows.Forms. Any suggestion please?

https://www.syncfusion.com/products/windows-forms/bannertextprovider

Adrian
  • 836
  • 7
  • 20
  • 44
  • It's unclear what this Syncfusion components can do. – nempoBu4 Nov 13 '15 at 17:35
  • Why you downvoted my [answer](http://stackoverflow.com/questions/24771828/algorithm-for-creating-rounded-corners-in-a-polygon/24780108#24780108)? – nempoBu4 Nov 14 '15 at 04:54
  • Please contact Syncfusion support if you have any features that are missing in the BannerTextProvider or if you have any other questions. Note: I work for Syncfusion. – Davis Jebaraj Nov 17 '15 at 20:36
  • It appears to be providing a watermark feature that is similar to the NullText property in the DevExpress editor controls. https://documentation.devexpress.com/#WindowsForms/DevExpressXtraEditorsRepositoryRepositoryItem_NullTexttopic – Brendon Nov 19 '15 at 22:20

1 Answers1

0

BannerTextProvider helps to customize the editor control appearance. You can also change the banner text color, Mode and etc.

BannerTextProvider includes the following modes.

FocusMode: The banner text disappears when the control gets focus.

EditMode: The banner text disappears only when the control is in Edit Mode or when the associated textbox is not empty.

Please check below sample for your reference.

Sample link: http://www.syncfusion.com/downloads/support/directtrac/general/ze/BannerTextProvider-1042639859

UG link: http://help.syncfusion.com/windowsforms/bannertextprovider/overview

Could you please share us, what difficulty you are facing with Syncfusion BannerText Component? That will be helpful for us to analyze and provide solution.