
How to customize the contents of IncrementToolTip and DecrementToolTip in Int32EditBox.
How to customize the contents of IncrementToolTip and DecrementToolTip in Int32EditBox.
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.
Please log in to a validated account to post comments.