User Tools

Site Tools


Sidebar

<< Back


koda:en:documentation:control_controlgroup

ControlGroup

{|class=“cboxtable”

class=“cboxcell1”
class=“cboxcell2”

Like the Group control, this control is one of the Container Controls:

  • In Object Treeview, controls that are contained by a ControlGroup control appear as sons of the control.
  • Design-time operations on ControlGroup controls are described here.

But ControlGroup controls are not displayed at run time.

They are particularly useful for making Radio controls mutually dependent, e.g. when the user clicks Radio2, AutoIt deselects Radio1.

During generation of AutoIt code, Koda generates a pair of calls to <color blue>GUIStartGroup</color>, one before the calls to functions for members of the ControlGroup, and one after.

#remarks_header[Properties:]#

Left, TopPosition of control relative to its parent
Width, HeightSize of control in pixels
NameName of control. Not used in generating code.

#remarks_header[Remarks:]#

None

#remarks_header[Related:]#

Group, Radio

koda/en/documentation/control_controlgroup.txt · Last modified: 2014/07/10 10:47 (external edit)