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 » I want to judge Insert+Shift to be it in a grid Collapse All
Subject Author Date
tera t Sep 3, 2007 - 2:14 AM

Hello.

For realization of a copy & paste function.
I want to judge Insert+Shift to be it in a grid.

Should I use OnGbwAnalyzeCellKeyEvent?
In addition,
I memorize the key input that has been sent continually and should judge it to be it?

Technical Support Sep 3, 2007 - 12:42 PM

You can override the OnGbwAnalyzeCellKeyEvent() for the entire grid or the CExtGridCell::OnKey() for a particular cell.