Gets the number of times the button has been clicked.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public int ClickCount { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ClickCount As Integer |
An integer value specifying the number of clicks.
See Also