MouseAction Constructors
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.
Overloads
MouseAction() |
Initializes a new instance of the MouseAction class. |
MouseAction(Diagram) |
Initializes a new instance of the MouseAction class. |
MouseAction()
Initializes a new instance of the MouseAction class.
protected:
MouseAction();
protected MouseAction ();
Protected Sub New ()
Applies to
MouseAction(Diagram)
Initializes a new instance of the MouseAction class.
protected:
MouseAction(Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ diagram);
protected MouseAction (Microsoft.VisualStudio.Modeling.Diagrams.Diagram diagram);
new Microsoft.VisualStudio.Modeling.Diagrams.MouseAction : Microsoft.VisualStudio.Modeling.Diagrams.Diagram -> Microsoft.VisualStudio.Modeling.Diagrams.MouseAction
Protected Sub New (diagram As Diagram)
Parameters
- diagram
- Diagram
The Diagram that owns this MouseAction.