HoveringState 类

定义

MouseAction 状态,指示 MouseAction 处于活动状态并等待事件。

public ref class HoveringState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class HoveringState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type HoveringState = class
    inherit MouseActionState
Public Class HoveringState
Inherits MouseActionState
继承
HoveringState

构造函数

HoveringState()

初始化 HoveringState 类的新实例。

方法

Next(MouseAction)

返回下一个 MouseAction 状态。 以下有效的后续状态为: (1) DragPendingState,如果当前的 MouseAction 事件为 MouseDown,则为; (2) ActionCanceledState,如果当前 MouseAction 事件为 "取消",则为; (3) ActionCompletedState,如果当前 MouseAction 事件已完成,则为;对于所有其他事件, (4) 此状态。

适用于