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 » ellipse button cell grid Collapse All
Subject Author Date
Luis Alberto Pereira Nov 8, 2004 - 6:19 AM

Hi all,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>


<o:p> </o:p>


Is it possible I get the button ellipse event handle of a determinated cell grid when this grid is a simple variable member of  a MDI class, like CExtGridWnd m_grid;, or I need derivate it like: mygrid : public CextGridWnd and so override the event ?<o:p></o:p>


<o:p> </o:p>


Thanks,<o:p></o:p>

Technical Support Nov 8, 2004 - 9:38 AM

To catch the button press event, you need to use your own CExtGridCell-derived class and override the OnButtonPressed virtual method. The cell button press event cannot be caught in some other way. How to define a custom cell type is described in the Prof-UIS Grid Brief Overview article.