- Create
- OnEvent
- ColorBackground
- ColorBorder
- BorderType
- VScrolled
- HScrolled
- CreateBack
- CreateScrollV
- CreateScrollH
- OnResize
- OnVScrollShow
- OnVScrollHide
- OnHScrollShow
- OnHScrollHide
- OnScrollLineDown
- OnScrollLineUp
- OnScrollLineLeft
- OnScrollLineRight
- Rebound
HScrolled (Get method)
Gets the flag indicating that horizontal scroll bar is used.
bool HScrolled() |
Return Value
true - horizontal scroll bar is used, otherwise - false.
HScrolled (Set method)
Sets the flag indicating that horizontal scroll bar is used.
bool HScrolled(
|
Parameters
flag
[in] Flag.
Return Value
true - successful, otherwise - false.