ElementModelClickCount Property
|
Counts the number of times an element has been clicked on.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic int ClickCount { get; set; }
Property Value
Type:
Int32
Remarks
The ClickCount property counts the number of times an element has been clicked on.
It may be used as a DataCondition.
See Also