dragenter

  1. S

    Question how to detect mouse button state during DragDrop

    I am new to WPF and am having a few problems detecting whether the left or right button is pressed during a DragEnter event. I was expecting a MsgBox to appear but I get nothing. Thanks for any help XAML Code <Grid> <Button x:Name="btn1" Content="Button" HorizontalAlignment="Left"...
Back
Top