Table of Contents

Property IsMouseLeftButtonDown

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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; }

Property Value

bool