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