Syntax
Lua |
---|
function ListBox:GetOrientation(); |
Returns
Type: numberReturns either Horizontal or Vertical, indicating which direction elements are arranged in the listbox.
Remarks
Gets the orientation of elements in the listbox.
Lua |
---|
function ListBox:GetOrientation(); |