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
470
DropdownEditorButton in UltraTextEditor adding by itself after compiling
posted

RightButton in ultratexteditor allways adds by itself  after changing form which ultratexteditor in and compiling.

The reason is sentense "UltraTextEditor.RightButton.Add(DropdownEditorButton1)" in file .designer.cs executed several times.

How can I resolve it? Thanks.