MouseAction.CanCancel(DiagramClientView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this MouseAction can be canceled.
public:
bool CanCancel(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public bool CanCancel (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
member this.CanCancel : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Function CanCancel (diagramClientView As DiagramClientView) As Boolean
Parameters
- diagramClientView
- DiagramClientView
The DiagramClientView for which this MouseAction should be canceled.
Returns
true if the MouseAction can be canceled; otherwise, false.