DxBringToFront: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Client function}} __NOTOC__ This function brings a DxElement to the front. ==Syntax== <syntaxhighlight lang="lua"> bool dxBringToFront ( DxElement dxElement ) </syntaxhigh...") |
No edit summary |
||
Line 7: | Line 7: | ||
bool dxBringToFront ( DxElement dxElement ) | bool dxBringToFront ( DxElement dxElement ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
{{OOP||DxElement: | {{OOP||DxElement:bringToFront}} | ||
===Required Arguments=== | ===Required Arguments=== |
Latest revision as of 16:13, 24 March 2020
This function brings a DxElement to the front.
Syntax
bool dxBringToFront ( DxElement dxElement )
OOP Syntax Help! I don't understand this!
- Method: DxElement:bringToFront(...)
Required Arguments
- dxElement: element you wish to bring to the front
Returns
Returns true if the DxElement was brought to the front successfully, false otherwise
See Also
- dxAddClickFunction
- dxAddRenderFunction
- dxApplyMask
- dxBringToFront
- dxDestroy
- dxGetAlpha
- dxGetBounds
- dxGetChildren
- dxGetChildrenByType
- dxGetColor
- dxGetGlobalProperty
- dxGetHoverColor
- dxGetIndex
- dxGetInheritedBounds
- dxGetInheritedChildren
- dxGetInheritedChildrenByType
- dxGetInheritedParents
- dxGetMaskTexture
- dxGetNonRootElements
- dxGetObstructingElement
- dxGetParent
- dxGetPosition
- dxGetProperty
- dxGetRootElement
- dxGetRootElements
- dxGetSize
- dxGetText
- dxGetTextColor
- dxGetTexture
- dxGetTopLevelChildren
- dxGetVisible
- dxIsChild
- dxIsFront
- dxIsInheritedChild
- dxIsObstructed
- dxIsObstructedByElement
- dxIsParent
- dxIsRootElement
- dxRemoveClickFunction
- dxRemoveRenderFunction
- dxSendToBack
- dxSetAlpha
- dxSetCentered
- dxSetColor
- dxSetDragArea
- dxSetGlobalProperty
- dxSetHoverColor
- dxSetIndex
- dxSetMaskEnabled
- dxSetParent
- dxSetPosition
- dxSetProperty
- dxSetSize
- dxSetText
- dxSetTextColor
- dxSetVisible
- isMouseOverDxElement