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.
スパーク ボタンを右クリックすると、「オーバー」から「アップ」への状態変更がトリガーされます。
代わりに、状態を「ダウン」にしたいので、ボタンは左クリックでも右クリックでも同じように動作します。
これは可能ですか?
XMLドキュメントを作成して表示する次の簡単なコードについて考えてみます。
XmlDocument xml = new XmlDocument(); XmlElement root = xml.CreateElement("root"); xml.AppendChild(root); XmlComment comment = xml.