OnDrop Event (Headline Control)
Windows - Visual C++
Description
The OnDrop event is fired when
recognized information is dropped on the Headline control.
DispId 0x06
Syntax
void OnDrop(long Type, LPCTSTR Text);
The OnDrop syntax has these parts:
Part |
Description |
Type |
A long integer indicating the type of information that was dropped. See Remarks below for values. |
Text |
A String containing the text that was dropped. |
Remarks
Values of the Type parameter are...
One possible use for this event is
updating the Headline column or a title bar to reflect the new search criteria.
Back to: Headline Events