MFC
Class COleDropSource
CObject
|
+--CCmdTarget
|
+--COleDropSource
in AFXOLE.H
- class COleDropSource
- extends CCmdTarget
COleDropSource (advanced drop source support)
| Fields inherited from class CCmdTarget |
messageMap, commandMap, dispatchMap, connectionMap, interfaceMap, eventsinkMap, m_dwRef, m_pOuterUnknown, m_xInnerUnknown, m_xDispatch, m_bResultExpected, m_xConnPtContainer |
| Methods inherited from class CCmdTarget |
GetIDispatch, FromIDispatch, IsResultExpected, EnableAutomation, EnableConnections, BeginWaitCursor, EndWaitCursor, RestoreWaitCursor, EnumOleVerbs, DoOleVerb, OnCmdMsg, OnFinalRelease, IsInvokeAllowed, EnableTypeLib, GetTypeInfoOfGuid, GetDispatchIID, GetTypeInfoCount, GetTypeLibCache, GetTypeLib, GetNotSupported, SetNotSupported, GetRoutingView, GetRoutingFrame, GetRoutingView_, GetRoutingFrame_, GetMessageMap, GetCommandMap, GetDispatchMap, GetConnectionMap, GetInterfaceMap, GetEventSinkMap, EnableAggregation, ExternalDisconnect, GetControllingUnknown, InternalQueryInterface, InternalAddRef, InternalRelease, ExternalQueryInterface, ExternalAddRef, ExternalRelease, GetInterface, QueryAggregates, OnCreateAggregates, GetInterfaceHook, GetStandardProp, SetStandardProp, GetEntryCount, GetDispEntry, MemberIDFromName, GetStackSize, PushStackArgs, CallMemberFunc, OnEvent, GetEventSinkEntry, GetExtraConnectionPoints, GetConnectionHook |
m_bDragStarted
public BOOL m_bDragStarted;
m_dwButtonCancel
public DWORD m_dwButtonCancel;
m_dwButtonDrop
public DWORD m_dwButtonDrop;
m_rectStartDrag
public CRect m_rectStartDrag;
nDragDelay
public static AFX_OLE_DATA UINT nDragDelay;
nDragMinDist
public static AFX_OLE_DATA UINT nDragMinDist;
COleDropSource
public COleDropSource();
GiveFeedback
public virtual SCODE GiveFeedback( DROPEFFECT dropEffect );
OnBeginDrag
public virtual BOOL OnBeginDrag( CWnd* pWnd );
QueryContinueDrag
public virtual SCODE QueryContinueDrag( BOOL bEscapePressed, DWORD dwKeyState );