Gets or sets the property which indicates that left mouse button is pressed.
            This is a dependency property.
            
    Namespace: 
   PerpetuumSoft.ReportingServices.Viewer.Client
    Assembly:
   PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public bool IsCursorMouseDown { get; set; } | 
| Visual Basic (Declaration) | 
|---|
Public Property IsCursorMouseDown As Boolean  | 
| Visual C++ | 
|---|
public:
property bool IsCursorMouseDown {
	bool get ();
	void set (bool value);
} | 
Field Value
        true if left mouse button is pressed; otherwise, 
false.
            
See Also