DragInsideMode
Viscom Software Image Thumbnail CP ActiveX Control |
DragInsideMode Property
Description: |
Set the drag mode, either moving inside mode or drag outside mode. 0 - moving inside mode, 1 drag outside mode |
Usage: |
ImageThumbnailCP1.DragInsideMode[= value] |
Data Type: |
Integer |
Example: |
This Visual Basic example enable moving the clip End Sub This Visual Basic example enable drag the clip into the text box, first set the text1 OLEDropMode =2 Private Sub Text1_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single) |