GetHScrollbar
From IfsoGUIWiki
Contents |
Declaration
GetHScrollbar:Int()
Gets whether or not the Horizontal Scrollbar will show.
Returns
True or False (Integer). Should be:
- ifsoGUI_SCROLLBAR_ON - Scrollbar always shows.
- ifsoGUI_SCROLLBAR_OFF - Scrollbar do not shows.
- ifsoGUI_SCROLLBAR_AUTO - Scrollbar shows if the contents go beyond the visible area of the gadget.
Parameters
None
Gadget Information
Pertains to Listbox, Multi-Line Texbox, and Multi-Column Listbox.
