The IsMouseLeftButtonDown Property supports WPF/Silverlight.
The IsMouseLeftButtonDown Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets a value indicating whether the mouse left button is currently down. Supported in Silverlight, Windows Phone 7| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsMouseLeftButtonDown As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnDesigner Dim value As Boolean value = instance.IsMouseLeftButtonDown | |
| C# | |
|---|---|
public bool IsMouseLeftButtonDown {get;} | |
Property Value
true if the mouse left button is currently down, otherwise; false.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code