Public Member Functions | |
| CDropPosition () | |
| Default constructor. | |
| CDropPosition (const CDropPosition &dropPosition) | |
| Copy constructor. | |
| CDropPosition (ContextType dropContext, int dropIndex, bool dropAfter, int dropParentIndex) | |
| Constructor. | |
| ~CDropPosition () | |
| Destructor. | |
| CDropPosition & | operator= (const CDropPosition &position) |
Get- methods | |
| ContextType | GetDropContext () const |
| Gets context type where items should be dropped. | |
| int | GetDropIndex () const |
| Gets zero-based index in context, where handles are dropped. | |
| bool | GetDropAfter () const |
| Indicates whether a drop is occurred before or after the specified index. | |
| int | GetDropParentIndex () const |
| Specifies index of a parent, to which clipboard content should be attached. | |
| CDropPosition | ( | const CDropPosition & | dropPosition | ) |
Copy constructor.
| [in] | dropPosition | Value to be copied |
| CDropPosition | ( | ContextType | dropContext, | |
| int | dropIndex, | |||
| bool | dropAfter, | |||
| int | dropParentIndex | |||
| ) |
Constructor.
| [in] | dropContext | Grid context where items should be dropped |
| [in] | dropIndex | Zero-based index in the context, where handles are dropped |
| [in] | dropAfter | Indicates whether a drop is occurred before or after the specified index. True - after, otherwise - before. |
| [in] | dropParentIndex | Indicates the parent, to which a clipboard content should be attached |
| ContextType GetDropContext | ( | ) | const |
Gets context type where items should be dropped.
| int GetDropIndex | ( | ) | const |
Gets zero-based index in context, where handles are dropped.
| bool GetDropAfter | ( | ) | const |
Indicates whether a drop is occurred before or after the specified index.
| int GetDropParentIndex | ( | ) | const |
Specifies index of a parent, to which clipboard content should be attached.
| CDropPosition & operator= | ( | const CDropPosition & | position | ) |
| [in] | position | Value to be copied |
| Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by 1.5.5 |