|
|
|
SftMask.ActivateInput Method |
Activates the control for input (drop) processing.
Syntax
VB.NET |
object.ActivateInput(ByVal Active As Boolean) |
||
VB |
object.ActivateInput(ByVal Active As Boolean) |
||
C#.NET |
void object.ActivateInput(bool Active); |
||
VC++ |
HRESULT object->ActivateInput(VARIANT_BOOL Active); |
||
C |
HRESULT object->raw_ActivateInput(VARIANT_BOOL Active); |
||
Delphi |
procedure object.ActivateInput(Active : WordBool); |
object
A SftMask object.
Active
Boolean |
Description |
True |
The control is activated for drop processing and displays the insertion point. |
False |
The control is deactivated for drop processing and hides the insertion point. |
Comments
The ActivateInput method activates the control for input (drop) processing.
This method is automatically used during OLE drag & drop processing and is only needed if an application implements its own drag & drop processing.