Difference between revisions of "LavishGUI:lguitextentry (Data Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
== Members ==
 
== Members ==
 
* [[DataType:string|string]] '''Text''': Text currently in the text entry
 
* [[DataType:string|string]] '''Text''': Text currently in the text entry
* [[ISSession:isuifont (Data Type)|isuifont]] '''Font''' : font object the text entry box
+
* [[LavishGUI:lguifont (Data Type)|lguifont]] '''Font''' : font object the text entry box
 
* [[DataType:int|int]] '''BackgroundColor''' :  background color of the text entry box
 
* [[DataType:int|int]] '''BackgroundColor''' :  background color of the text entry box
 
* [[DataType:int|int]] '''BorderColor ''' :  border color of the text entry
 
* [[DataType:int|int]] '''BorderColor ''' :  border color of the text entry

Revision as of 10:08, 4 April 2007

Description

Provides control for textentry (Element Type).

Members

  • string Text: Text currently in the text entry
  • lguifont 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