Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Property Grid
  New Posts New Posts RSS Feed - [Closed] Double-click Notification
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[Closed] Double-click Notification

 Post Reply Post Reply
Author
Message
Simon HB9DRV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 July 2005
Location: Switzerland
Status: Offline
Points: 458
Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Topic: [Closed] Double-click Notification
    Posted: 23 May 2006 at 8:57am
Can I get a notification when the user double-clicks on an item's caption?

I'm using this control for the user to define text strings and also (via double-click) auto-select a string and have it sent somewhere.
Simon HB9DRV
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 23 May 2006 at 11:55am

Hi,

You can override CXTPPropertyGridView* CreateView() and create custom view class where catch ON_WM_LBUTTONDBLCLK.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
Simon HB9DRV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 July 2005
Location: Switzerland
Status: Offline
Points: 458
Post Options Post Options   Thanks (0) Thanks(0)   Quote Simon HB9DRV Quote  Post ReplyReply Direct Link To This Post Posted: 23 May 2006 at 12:49pm
Originally posted by oleg oleg wrote:

Hi,

You can override CXTPPropertyGridView* CreateView() and create custom view class where catch ON_WM_LBUTTONDBLCLK.


While looking at this I see that I can catch it via XTPWM_PROPERTYGRID_NOTIFY and look for XTP_PGN_DBLCLICK.

thanks
Simon HB9DRV
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.