Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtGridCell::OnButtonPressed Collapse All
Subject Author Date
Lars Mohr Jun 10, 2010 - 8:51 AM

Dear Support,


is there a way to catch the button pressed signal without to derivate from the CExtGridCell class? Maybe with subclassing of the CExtGridWnd?


Thanks a lot!

Technical Support Jun 11, 2010 - 8:22 AM

The CExtGridWnd::OnGbwAnalyzeCellKeyEvent() virtual method is invoked for keyboard event processing. It invokes the CExtGridCell::OnKey() virtual method of the focused grid cell(CExtGridBaseWnd::FocusGet()). You can override any of these methods.