Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Once the DragCuew is set in the DragQuery event, you cannot reset it. You can however modify it anyway you want to. Here is an example:
private
void
OnDragInfo(
object
sender, DragDropEventArgs e)
{
if
(e.Options.Status == DragStatus.DropImpossible)
(e.Options.DragCue
as
ContentControl).Visibility = System.Windows.Visibility.Collapsed;
}
else
(e.Options.Status == DragStatus.DropPossible)
ContentControl).Visibility = System.Windows.Visibility.Visible;