Gets a value indicating whether this Tool..::.MouseEventArgs is control.

Namespace:  ESRI.ArcGIS.Desktop.AddIns

Assembly:  ESRI.ArcGIS.Desktop.Addins (in ESRI.ArcGIS.Desktop.Addins.dll) Version: 10.0.0.0 (10.0.0.0)

Syntax

C#
public bool Control { get; }
Visual Basic (Declaration)
Public ReadOnly Property Control As Boolean
Visual C++
public:
property bool Control {
	bool get ();
}

Field Value

trueTruetruetrue (True in Visual Basic) if control; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also