Articles in this section
Category / Section

What is the purpose of OverFlowIndicator in WinForms TextBoxExt?

1 min read

Overflowindicator tooltip text

The WinForms Textbox Ext control has the functionality to display an OverFlowIndicator when the content of control exceeds the bounds.When the user mouses over the control,Tooltips can be displayed by setting the ShowOverflowIndicatorToolTip property to True, and will not be displayed when the ShowOverflowIndicatorToolTip property is False. The text for the tooltip can be specified by setting the OverflowIndicatorToolTipText property.

Additional Information:

If there is no value set for the OverflowIndicatorToolTipText property, then the value set for the Text property of the TextBoxExt will be displayed as the tooltip.

C#

this.textBoxExt7.ShowOverflowIndicator =true;
this.textBoxExt7.ShowOverflowIndicatorToolTip =true;
this.textBoxExt7.OverflowIndicatorToolTipText ="OverFlowIndicator Activated";

VB

Me.textBoxExt7.ShowOverflowIndicator =True
Me.textBoxExt7.ShowOverflowIndicatorToolTip =True
Me.textBoxExt7.OverflowIndicatorToolTipText ="OverFlowIndicator Activated"

Reference link: https://help.syncfusion.com/windowsforms/textbox/text-settings#overflowindicatortooltiptext

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied