DiagramView.ActiveMouseAction Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Property ActiveMouseAction As MouseAction
'Usage
Dim instance As DiagramView
Dim value As MouseAction
value = instance.ActiveMouseAction
instance.ActiveMouseAction = value
public MouseAction ActiveMouseAction { get; set; }
public:
property MouseAction^ ActiveMouseAction {
MouseAction^ get ();
void set (MouseAction^ value);
}
public function get ActiveMouseAction () : MouseAction
public function set ActiveMouseAction (value : MouseAction)
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.MouseAction
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.