Hide

SftMask/OCX 7.0 - ActiveX Masked Edit Control

Display
Print

ShowDropPosition Method, SftMask Object

Displays the drop target at the specified position.

Syntax

VB.NETobject.ShowDropPosition(ByVal Pos As Integer)
VBobject.ShowDropPosition(ByVal Pos As Long)
C#.NETvoid object.ShowDropPosition(int Pos);
VC++HRESULT object->ShowDropPosition(long Pos);
CHRESULT object->raw_ShowDropPosition(long Pos);

object

A SftMask object.

Pos

Defines the character index where the insertion point (caret location) should be displayed. Specify -1 to hide the drop target.

Comments

The ShowDropPosition method displays the drop target at the specified position.

The drop target is a vertical bar displayed at the specified position Pos.

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.