実行時にフォームの AcceptButton を設定するには、次のようにします。
this.AcceptButton = this.btnButtonName;
しかし、次のようなフォームの AcceptButton をクリアする方法を教えてください。
this.AcceptButton = None;
ありがとう。
実行時にフォームの AcceptButton を設定するには、次のようにします。
this.AcceptButton = this.btnButtonName;
しかし、次のようなフォームの AcceptButton をクリアする方法を教えてください。
this.AcceptButton = None;
ありがとう。