How to access inherited controls in the winforms designer

后端 未结 5 1313
盖世英雄少女心
盖世英雄少女心 2021-01-04 18:58

I\'m making some controls which all have to share the same look and some common behavior, although they are meant for different kind of inputs. So I made a BaseClass which i

5条回答
  •  耶瑟儿~
    2021-01-04 19:23

    You have to design the base controls on their own. Changes are reflected in the designer after you successfully rebuild the controls project. If you make the members public you can edit them but the changes won't persist.

提交回复
热议问题