ActionCanceledState Class
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.
The MouseAction state that indicates that the MouseAction has been canceled. This is not to be confused with the DragCanceledState. This ActionCanceledState indicates that the entire MouseAction has been canceled; not just the drag itself.
public ref class ActionCanceledState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class ActionCanceledState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type ActionCanceledState = class
inherit MouseActionState
Public Class ActionCanceledState
Inherits MouseActionState
- Inheritance
Constructors
ActionCanceledState() |
Initializes a new instance of the ActionCanceledState class. |
Methods
Next(MouseAction) |
Returns the next MouseAction state. The only valid next state is the InactiveState. |