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.
我想在 MFC 中处理 CListCtrl 中的属性按键,并显示一个右键单击已经显示的上下文菜单。我怎样才能做到这一点?
“属性”键是“菜单”键。 如果您已经实现了上下文菜单,那么当您按下“属性”键时,CListCtrl 控件必须具有焦点。 或者,主窗口可以查看关键消息并通知控件。