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
420
Ultracombo checkstatemember with localized form and resource empty string
posted

Hi, if i create a winform application and i put a ultracombo on it and my form is localized and after we create a application resource string with value empty, the ultracombo checkstatemember look for it in the designer code

the designer look like

this.ultraCombo1.CheckedListSettings.CheckStateMember = global::WindowsFormsApplication13.Properties.Resources.test;

 

CheckStateMember take the last resource with value to string.empty

I have attached a very simple sample. Its a bug ?

 

 

 

WindowsFormsApplication13.zip
Parents Reply Children
No Data