Property IsMouseLeftButtonDown
IsMouseLeftButtonDown
Gets whether left mouse button is down.
This property is set by the mouse event handlers of the control.
When the left mouse button is pressed down over the control, this
property is set to true. When the left mouse button is released, this
property is set to false.
[Browsable(false)]
public virtual bool IsMouseLeftButtonDown { get; set; }