Difference between revisions of "LavishGUI:UIElement (Top-Level Object)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Forms == | == Forms == | ||
*[[LavishGUI:lguielement (Data Type)|lguielement]] '''UIElement['''element [[LavishGUI:Elements#Notes_on_Element_Names|Fully-Qualified Name]]''']''' | *[[LavishGUI:lguielement (Data Type)|lguielement]] '''UIElement['''element [[LavishGUI:Elements#Notes_on_Element_Names|Fully-Qualified Name]]''']''' | ||
− | : Retrieves a 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 | + | : Retrieves a 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 lguielement type. |
*[[LavishGUI:lguielement (Data Type)|lguielement]] '''UIElement['''#''']''' | *[[LavishGUI:lguielement (Data Type)|lguielement]] '''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 lguielement type. | : 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 lguielement type. |
Revision as of 19:44, 2 December 2005
Forms
- lguielement UIElement[element Fully-Qualified Name]
- Retrieves a 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 lguielement type.
- lguielement 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 lguielement type.