13 lines
224 B
Markdown
13 lines
224 B
Markdown
# OnClickDec
|
||
|
||
The virtual handler of the control "ClickDec" (left mouse button click on the decrement button) internal event.
|
||
|
||
```
|
||
virtual bool OnClickDec()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
true - event processed, otherwise - false.
|