ClickedState 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 user has pressed down and lifted up on the mouse button without moving far enough to invoke a drag.
public ref class ClickedState : Microsoft::VisualStudio::Modeling::Diagrams::MouseActionState
public class ClickedState : Microsoft.VisualStudio.Modeling.Diagrams.MouseActionState
type ClickedState = class
inherit MouseActionState
Public Class ClickedState
Inherits MouseActionState
- Inheritance
Constructors
ClickedState() |
Initializes a new instance of the ClickedState class. |
Methods
Next(MouseAction) |
Returns the next MouseAction state. Valid next states are: (1) HoveringState, if the current MouseAction event is Continue; (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. |