Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
UltraMessgeBox Buttons
posted

Hi,

is it possible to change the caption of the OK/Cancel/Retry/Yes/No ... -Buttons with some customized text?

I'd like to translate the Messagebox buttons.

Thnx in Advance for your great support.

Piet

Parents
No Data
Reply
  • 110
    Verified Answer
    posted

    Found it myself :)

    Dim messageinfo As New UltraMessageBox.UltraMessageBoxInfo()

     Dim rc As Infragistics.Shared.ResourceCustomizer

    rc = Infragistics.Win.Resources.Customizer

     rc.SetCustomizedString("MessageBoxButtonOK", "YesYes")

     rc.SetCustomizedString("MessageBoxButtonAbort", "Stop It")

    rc.SetCustomizedString("MessageBoxButtonRetry", "Try again")

     

     

     

Children
No Data