<< Return to Main Index

< Return to Class Index

Classes supported with MFC 6.x or higher

CGXCheckListComboBox The CGXCheckListComboBox class implements a drop-down list that allows the user to make multiple selections.
CGXGridDropTarget A CGXGridDropTarget object provides the communication mechanism between a grid (either CView or CWnd) and the OLE libraries. Creating an object of this class allows a window to accept data through the OLE drag-and-drop mechanism.
CGXNoOleDataObjectProxy objects are used to pass COleDataObjects objects to the OLE Drag&Drop overridables in CGXGridCore.
CGXNoOleDataSourceProxy objects used to pass COleDataSource objects to the OLE Drag&Drop overridables in CGXGridCore.
CGXRichEditCtrl The CGXRichEditCtrl lets you display and edit Rich Text in cells. Rich Text allows you to format individual characters or paragraphs with different fonts, colors or horizontal alignment.
CGXScrollTip The CGXScrollTip class lets you display scroll tips when the user is dragging the scrollbar thumbs.
CGXSplitterWnd The CGXSplitterWnd class subclasses enhances the MFC CSplitterWnd class and gives you some more options to customeize the behavior of the CSplitterWnd class. First, CGXSplitterWnd lets you specify the alignment of the splitter box. With MFC CSplitterWnd the splitter box is always positioned on top of the vertical scrollbar and on the left of the horizontal scrollbar. CGXSplitterWnd gives you the option to position the splitter box on the other sides of the scrollbars.
CGXRecordInfoSplitterWnd The CGXRecordInfoSplitterWnd embeds a non-resizable CGXRecordInfoBeam on the left side of the horizontal scrollbar of a CGXSplitterWnd. The user can use this CGXRecordInfoBeam to navigate through a grid just like you know from applications like MS Access or MS Query.