MouseAction::IsActive Property

 

Gets the mouse action and verifies whether it is active.

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

public:
property bool IsActive {
	bool get();
}

Property Value

Type: System::Boolean

true if the mouse action is active; otherwise, false.

Return to top
Show: