Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードでCheckedプロパティを使用しようとしていますが、checkedという単語に定義が含まれていないというエラーがあります。このプロパティを使用するにはどうすればよいですか?
HtmlDocument document = webBrowser1.Document; HtmlElement agree = document.GetElementById("OptIn"); agree.Checked = false;