# Cuadro de texto (text) --- ## Propiedades --- ### **value** Establece o recupera el valor del control. ```py app.debug(text.value) ``` ## Métodos --- ### **set_focus** Envía el foco al control.
## Eventos --- ### **focus_gained** Se produce al recibir el foco.
### **focus_lost** Se produce al perder el foco.
### **text_changed** Se produce al cambiar el contenido del control.
## Propiedades pyUNO | Nombre | Descripción | | ------ | ----------- | | Align | | | AutoHScroll | | | AutoVScroll | | | BackgroundColor | | | Border | | | BorderColor | | | ContextWritingMode | | | DefaultControl | | | EchoChar | | | EnableVisible | | | Enabled | | | FontCharWidth | | | FontCharset | | | FontDescriptor | | | FontEmphasisMark | | | FontFamily | | | FontHeight | | | FontKerning | | | FontName | | | FontOrientation | | | FontPitch | | | FontRelief | | | FontSlant | | | FontStrikeout | | | FontStyleName | | | FontType | | | FontUnderline | | | FontWeight | | | FontWidth | | | FontWordLineMode | | | HScroll | | | HardLineBreaks | | | Height | | | HelpText | | | HelpURL | | | HideInactiveSelection | | | LineEndFormat | | | MaxTextLen | | | MultiLine | | | Name | | | PaintTransparent | | | PositionX | | | PositionY | | | Printable | | | ReadOnly | | | ResourceResolver | | | Step | | | TabIndex | | | Tabstop | | | Tag | | | Text | | | TextColor | | | TextLineColor | | | VScroll | | | VerticalAlign | | | Width | | | WritingMode | |