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

Returns true if the element clicked on is a button.

Syntax

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

See Also