dbicDial Send comments on this topic.
MouseDown Property
See Also 
dbicDial Assembly > Dbi.WinControl.Dial Namespace > UserDrawnMarkerEventArgs Class : MouseDown Property

Determines if the mouse is currently pressed down while interacting with the control.

Syntax

Visual Basic (Declaration) 
Public Property MouseDown As Boolean
C# 
public bool MouseDown {get; set;}

Property Value

Boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also