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(
   const bool  flag      // flag
   )

Parameters

flag

[in]  Flag.

Return Value

true - successful, otherwise - false.