Hi,
Thanks for your help.
I try now to check three items Test 1, Test 2 and Test3. After i click my save button and see that all values are saved in my config file i reload PropertyGrid but only the first item is checked and displayed in the Editor.
Debug in ResolveValueBinding
propertyItem.Value = Value = (Core.Plugin.TestEnum.Test1 | Core.Plugin.TestEnum.Test2 | Core.Plugin.TestEnum.Test3) Typ = object{Core.Plugin.TestEnum}
What i have to do to see all saved value as checked and displayed in Editor.
Thank you.
Paul.
Thanks for your help.
I try now to check three items Test 1, Test 2 and Test3. After i click my save button and see that all values are saved in my config file i reload PropertyGrid but only the first item is checked and displayed in the Editor.
Debug in ResolveValueBinding
propertyItem.Value = Value = (Core.Plugin.TestEnum.Test1 | Core.Plugin.TestEnum.Test2 | Core.Plugin.TestEnum.Test3) Typ = object{Core.Plugin.TestEnum}
What i have to do to see all saved value as checked and displayed in Editor.
Thank you.
Paul.