ImPS_Elements_ComboBox

class ImPS_Elements_ComboBox($pos_x, $pos_y)

Attention

This class is not intended to be initialized directly.

Note

This class inherits from Baseclass for Elements and Panels.

Parameters:
  • $pos_x ([int]) - Its X position.

  • $pos_y ([int]) - Its Y position.

Attributes:
Returns:
ComboBoxItem()

Note

This is the same as calling $this.Drawable.Items

Parameters:

None

Returns:
set_selection($index)
Parameters:
  • $index ([int]) - Set selected by index.

Returns:
Parameters:
  • $value ([string]) - Set selected by value.

Returns:
get_selectionIndex()
Parameters:

None

Returns:
  • [int]

get_selectionValue()
Parameters:

None

Returns:
  • [string]