CImageList::DragShowNolock

static BOOL DragShowNolock( BOOL bShow );

Return Value

Nonzero if successful; otherwise 0.

Parameters

bShow

Specifies whether the drag image is to be shown.

Remarks

Shows or hides the drag image during a drag operation, without locking the window.

The CImageList::DragEnter function locks all updates to the window during a drag operation. This function, however, does not lock the window.

CImageList OverviewClass MembersHierarchy Chart

See Also   CImageList::BeginDrag, CImageList::EndDrag, CImageList::DragEnter, CImageList::DragLeave, CImageList::Draw