2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Popup eventThe ShowMode property of OutliningTooltipBeforePopupEventArgs in the OutliningTooltipBeforePopup event allows you to cancel the OutliningTooltip. This is illustrated in the code below. C# private void editControl1_OutliningTooltipBeforePopup(object sender, Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs e) { e.ShowMode=OutliningTooltipShowMode.Off; }
VB Private Sub editControl1_OutliningTooltipBeforePopup(ByVal sender As Object, ByVal e As Syncfusion.Windows.Forms.Edit.OutliningTooltipBeforePopupEventArgs) Handles editControl1.OutliningTooltipBeforePopup e.ShowMode = OutliningTooltipShowMode.Off End Sub
Reference link: https://help.syncfusion.com/windowsforms/syntax-editor/text-visualization#outlining |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.