Constructor
(abstract) new ControlsContainer()
Constructor por defecto
- Source:
Methods
addControl(control)
Añade un nuevo control
Parameters:
Name | Type | Description |
---|---|---|
control |
ControlPrimitive | Control a añadir |
- Source:
get(name)
Obtiene el nombre del control indicado
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Nombre del control |
- Source:
Returns:
El control con nombre inicado
getControls()
Obtiene todos los controles
- Source:
Returns:
Controles existentes
repaintControl(control)
Repinta el control indicado
Parameters:
Name | Type | Description |
---|---|---|
control |
ControlPrimitive | Control a repintar |
- Source: