Share via


MouseAction.ActionCompletedState Property

Gets the completed state for the mouse action.

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

Syntax

'Declaration
Public Shared ReadOnly Property ActionCompletedState As ActionCompletedState
'Usage
Dim value As ActionCompletedState 

value = MouseAction.ActionCompletedState
public static ActionCompletedState ActionCompletedState { get; }
public:
static property ActionCompletedState^ ActionCompletedState {
    ActionCompletedState^ get ();
}
public static function get ActionCompletedState () : ActionCompletedState

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ActionCompletedState
The completed state for the mouse action.

.NET Framework Security

See Also

Reference

MouseAction Class

MouseAction Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace