Int32EditBox

Editors for WPF Forum

Posted 2 years ago by SPF - Appeon
Version: 22.1.3
Avatar

How to customize the contents of IncrementToolTip and DecrementToolTip in Int32EditBox.

Comments (1)

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

Hello,

You can customize any string resource at app startup with lines like this:

ActiproSoftware.Products.Editors.SR.SetCustomString(ActiproSoftware.Products.Editors.SRName.UISpinnerIncrementButtonToolTip.ToString(), "Increment");
ActiproSoftware.Products.Editors.SR.SetCustomString(ActiproSoftware.Products.Editors.SRName.UISpinnerDecrementButtonToolTip.ToString(), "Decrement");

Our Sample Browser has a String Resource Browser tool available on the View menu on the upper right of the window.  The String Resource Browser lists all the string resources in each product.


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.