Share via


MouseAction.IsActive Property

Gets the mouse action and verifies whether it is active.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property IsActive As Boolean
'Usage
Dim instance As MouseAction 
Dim value As Boolean 

value = instance.IsActive
public bool IsActive { get; }
public:
property bool IsActive {
    bool get ();
}
public function get IsActive () : boolean

Property Value

Type: System.Boolean
true if the mouse action is active; otherwise, false.

.NET Framework Security

See Also

Reference

MouseAction Class

MouseAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace