ImPS_Panels

class ImPS_Panels($parent)

Attention

This class is not intended to be initialized directly.

Parameters:
  • $parent ([object]) - The parent class

Returns:
add_TableLayoutPanel([int]$cols, [int]$rows, [int]$pos_x, [int]$pos_y)
Parameters:
  • $cols ([int]) - How many colums the panel should have

  • $rows ([int]) - How many rows the panel should have

  • $pos_x ([int]) - The x position of the panel

  • $pos_y ([int]) - The y position of the panel

Returns:
  • [TableLayoutPanel]