DisableDrop Property (Headline Control)
   Windows - Visual C++
   Description
   The DisableDrop property is used to 
   disable dropping into the Headline Control.
   Syntax
   BOOL bDrop = GetDisableDrop();
SetDisableDrop(BOOL bDrop);
The DisableDrop syntax has these parts:
| Part | Description | 
| bDrop | A boolean value indicating whether the DisableDrop property is set to TRUE or FALSE. | 
Remarks:
If this property is set to TRUE, the Headline control will not accept any text to be dropped into the control.
SeeAlso: AutoRunOnDrop
Back to: Headline Properties