Print Page | Close Window

Disable DragCopy in Calender

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=17022
Printed Date: 06 October 2024 at 10:00am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Disable DragCopy in Calender
Posted By: flow
Subject: Disable DragCopy in Calender
Date Posted: 28 July 2010 at 3:22am
If you drag an calender event and pressing the ctrl-Button, the event will be copied and dragged. How can I disable this feature.



Replies:
Posted By: flow
Date Posted: 28 July 2010 at 10:53am
Found the Solution:
Private Sub calendar_IsEditOperationDisabled(ByVal OpParams As XtremeCalendarControl.CalendarEditOperationParameters, bDisableOperation As Boolean)
    Debug.Print OpParams.Operation
    If OpParams.Operation = xtpCalendarEO_DragCopy Then
        bDisableOperation = True
    End If
End Sub




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net