LavishGUI:lguitextentry (Data Type)

From Lavish Software Wiki
Revision as of 05:25, 11 October 2005 by Beefalo (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

Provides control over text entry boxes

Members

  • string Text: Text currently in the text entry
  • isuifont Font : font object the text entry box
  • int BackgroundColor : background color of the text entry box
  • int BorderColor  : border color of the text entry
  • int Border : size in pixels of the border

Methods

  • SetText[Text]: Sets the text entry to <text>
  • SetBackgroundColor : set text entry box's background color
  • SetBorderColor : set text entry box's border color

Inherits

lguielement

Returns

Same as lguielement.Name

Examples

See Also