DxCheckBoxGetState: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 15: | Line 15: | ||
En el siguiente ejemplo veremos como al darle click al boton imprime el estado del [[dxCheckBox]]. | En el siguiente ejemplo veremos como al darle click al boton imprime el estado del [[dxCheckBox]]. | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
loadstring(exports. | loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) | ||
--creamos un dxCheckBox | --creamos un dxCheckBox |
Latest revision as of 20:19, 21 May 2022
Esta función sirve para obtener el estado de un dxCheckBox.
Aviso: Esta es una función exportada por Modern-Library!
Syntax
bool dxCheckBoxSetState( element element )
Argumentos requeridos
- element: El elemento dxCheckBox.
Ejemplo
En el siguiente ejemplo veremos como al darle click al boton imprime el estado del dxCheckBox.
loadstring( exports.dxLibrary:dxGetLibrary( ) )( ) --creamos un dxCheckBox checkB = dxCheckBox(432, 83, 32, 32) -- creamos un boton button = dxButton( 276, 80, 100, 40, "Clickea" ) addEventHandler ( "onClick", button, function() print(dxCheckBoxSetState(checkB)) end )
Ver también
General Functions
- dxGetLibrary
- dxGetScreen
- dxSet
- dxGet
- dxSetText
- dxSetTitle
- dxSetVisible
- dxSetEnabled
- dxSetPosition
- dxGetPosition
- dxSetSize
- dxGetSize
- dxGetRootParent
- dxSetColorBackground
- dxSetColorText
- dxSetColorSelected
- dxSetColorBorder
- dxFont
- dxSetFont
- dxGetText
- dxSetTitle
- dxGetTitle
Window
Button
CheckBox
Edit
GridList
- dxGridList
- dxGridListAddItem
- dxGridListRemoveItem
- dxGridListAddColumn
- dxGridListRemoveColumn
- dxGridListGetItemSelected
- dxGridListSetItemSelected
- dxGridListGetScrollHV
Image
Label
List
- dxList
- dxListAddItem
- dxListRemoveItem
- dxListGetItemSelected
- dxListSetItemSelected
- dxListSetColorFilaItem