Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

ActivateInput Method, SftMask Object

Activates the control for input (drop) processing.

Syntax

VB.NETobject.ActivateInput(ByVal Active As Boolean)
VBobject.ActivateInput(ByVal Active As Boolean)
C#.NETvoid object.ActivateInput(bool Active);
VC++HRESULT object->ActivateInput(VARIANT_BOOL Active);
CHRESULT object->raw_ActivateInput(VARIANT_BOOL Active);

object

A SftMask object.

Active

BooleanDescription
TrueThe control is activated for drop processing and displays the insertion point.
FalseThe 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.

See Also SftMask Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.