HoveringState 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 is active and waiting for events.
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
- Inheritance
Constructors
HoveringState() |
Initializes a new instance of the HoveringState class. |
Methods
Next(MouseAction) |
Returns the next MouseAction state. Valid next states are: (1) DragPendingState, if the current MouseAction event is MouseDown; (2) ActionCanceledState, if the current MouseAction event is Cancel; (3) ActionCompletedState, if the current MouseAction event is Complete; (4) this state, for all other events. |