Diagram::OnGiveFeedback Method (GiveFeedbackEventArgs^)
Visual Studio 2015
Changes the pointer and performs a custom action when the pointer is dragged across the designer.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- e
-
Type:
System.Windows.Forms::GiveFeedbackEventArgs^
Any arguments to use when the pointer is dragged across the designer. For a list of arguments, see GiveFeedbackEventArgs.
If you do not want this method to change the pointer, GiveFeedbackEventArgs.UseDefaultCursor should be true.
Show: