BringToFront

From IfsoGUIWiki

Jump to: navigation, search

Contents

Declaration

For Gadgets: BringToFront() - Brings the gadget to the front of its parents child list. This effects the order gadgets are drawn, gadget in front will be drawn on top of gadgets behind them.
For GUI: BringToFront(gadget:ifsoGUI_Base) - Brings the gadget on the base GUI system to the front.

Returns

Nothing

Parameters

For Gadgets: None
For GUI: gadget:ifsoGUI_Base - The gadget that should be brought to the front.

Gadget Information

Used by all gadgets.

Example

Personal tools