ActionCanceledState 类

定义

指示 MouseAction 已取消的 MouseAction 状态。 这不会与 DragCanceledState 混淆。 此 ActionCanceledState 指示整个 MouseAction 已取消; 不仅仅是拖放本身。

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
继承
ActionCanceledState

构造函数

ActionCanceledState()

初始化 ActionCanceledState 类的新实例。

方法

Next(MouseAction)

返回下一个 MouseAction 状态。 唯一有效的下一个状态是 InactiveState。

适用于