|
|
|
SftMask.ShowDropPosition Method |
Displays the drop target at the specified position.
Syntax
VB.NET |
object.ShowDropPosition(ByVal Pos As Integer) |
||
VB |
object.ShowDropPosition(ByVal Pos As Long) |
||
C#.NET |
void object.ShowDropPosition(int Pos); |
||
VC++ |
HRESULT object->ShowDropPosition(long Pos); |
||
C |
HRESULT object->raw_ShowDropPosition(long Pos); |
||
Delphi |
procedure object.ShowDropPosition(Pos : Integer); |
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.