How to Enable/Disable button in wpf

前端 未结 5 370
温柔的废话
温柔的废话 2021-01-02 10:51

I Have 2 button , Start And capture. I want disable capture button on form load and enable start. and on after click on start disable start button and enable capture. Pleas

5条回答
  •  北海茫月
    2021-01-02 11:27

    Yes I got my answer. Just make simeple solution

    btnhide.visibility= system.visibility. hidden;
    

提交回复
热议问题