Posted 2 months ago
by Tobias Lingemann
-
Software Devolpment Engineer,
Vector Informatik GmbH
Version: 24.1.3

Hi,
is there a way to disable the tooltip for the increment and decrement buttons in the DoubleEditBox?
I know I can overwrite the tooltip, but even an empty string is still displayed:
ActiproSoftware.Products.Editors.SR.SetCustomString(
ActiproSoftware.Products.Editors.SRName.UISpinnerIncrementButtonToolTip.ToString(),
String.Empty);
Best regards, Tobias Lingemann.