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.
マウスがボタンまたはエキスパンダーの横を通過したときに、ある種のテキストを表示したいと考えています。
c# WPF でこれを行うにはどうすればよいですか?
コンテキストメニューのようなものですか?
前もって感謝します
ツールチップを試す
<Button Content="OK" ToolTip="Saves the information and Closes the window." />