Infragistics(R) NetAdvantage(R) Windows Forms
IsMouseDown Property
See Also  E-mail your feedback on this topic.
Infragistics.Win Namespace > ButtonUIElementBase Class : IsMouseDown Property

Indicates if the button is currently pressed by the logical left mouse button.

Syntax

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

See Also