Public Member Functions | |
| CPasteTarget (CGrid &grid, HITEM pasteParent, HITEM pastePosition) | |
| Constructor. | |
| ~CPasteTarget () | |
| Destructor. | |
| CGrid & | GetGrid () const |
| Gets the grid where data is pasted. | |
| HITEM | GetPasteParent () const |
| Gets the parent handle that content is attached to. | |
| HITEM | GetPastePosition () const |
| Gets the position in a parent handle where content is pasted. | |
| CPasteTarget | ( | CGrid & | grid, | |
| HITEM | pasteParent, | |||
| HITEM | pastePosition | |||
| ) |
Constructor.
| [in] | grid | CGrid object where data is pasted |
| [in] | pasteParent | Parent handle, a content is attached to. The value can be GI_SCROLLABLE_ROOT, GI_FIXED_ROOT or an existing handle. |
| [in] | pastePosition | Handle to a child item of the specified parent, after which data is inserted. The value can be GI_FIRST, GI_LAST or any child of the specified parent |
| HITEM GetPasteParent | ( | ) | const |
Gets the parent handle that content is attached to.
| HITEM GetPastePosition | ( | ) | const |
Gets the position in a parent handle where content is pasted.
| Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |