Difference between revisions of "LavishGUI:UIElement (Top-Level Object)"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Examples == | == Examples == | ||
− | + | See [[ISSession:isuielement (Data Type)#Examples|isuielement examples]] | |
== See Also == | == See Also == | ||
*[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]] | *[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]] |
Revision as of 02:33, 31 August 2005
Forms
- isuielement UIElement[element name]
- Retrieves a top-level UI element. The object given will actually be of the data type associated with the UI element type if possible. If not, it will be an isuielement type.
- isuielement UIElement[#]
- Retrieves any UI element by ID number. The object given will actually be of the data type associated with the UI element type if possible. If not, it will be an isuielement type.