Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
11634 | Mar 12,2004 07:10 AM UTC | Mar 12,2004 09:11 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
Protected Overrides Sub OnDragOver(drgevent As System.Windows.Forms.DragEventArgs)
Dim pt As Point = Me.PointToClient(New Point(drgevent.X, drgevent.Y))
Dim row, col As Integer
If Me.PointToRowCol(pt, row, col, 1) Then
If row = 3 Then
drgevent.Effect = DragDropEffects.None
Return
End If
End If
MyBase.OnDragOver(drgevent)
End Sub ''OnDragOver
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.