DoubleEditBox: Disable tooltip for increment and decrement buttons

Editors for WPF Forum

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

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.

Comments (1)

Answer - Posted 2 months ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Tobias,

If you set it to null instead of empty string, it should work how you want.


Actipro Software Support

The latest build of this product (v24.1.4) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.