MouseAction::CanCancel Method (DiagramClientView^)

 

Gets the mouse action and verifies whether it can be canceled.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
bool CanCancel(
	DiagramClientView^ diagramClientView
)

Parameters

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The client view for the diagram.

Return Value

Type: System::Boolean

true if the mouse action can be canceled; otherwise, false.

Return to top
Show: