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.
我正在尝试编写一个从System.Windows.Controls.Button类继承并对 MultipointMouse 事件(Microsoft Multipoint SDK)做出反应的 Button 控件。但由于某些原因,鼠标事件在类中无法识别。任何帮助都会很棒,在此先感谢。
System.Windows.Controls.Button
我在 SDK 本身中找到了 MultipointButton 的实现。所以,不需要显式实现:)