17 lines
310 B
Markdown
17 lines
310 B
Markdown
# OnHScrollHide
|
||
|
||
The virtual handler of the HScroll (horizontal scroll) dependent control "Hide" (horizontal scroll bar hide) internal event.
|
||
|
||
```
|
||
virtual bool OnHScrollHide()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
true - event processed, otherwise - false.
|
||
|
||
Note
|
||
|
||
The base class method does nothing and always returns true.
|