Difference between revisions of "SystemTrayIcon"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the [[:Category:Commo...")
 
Line 10: Line 10:
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|Icon
 +
|W
 +
|Character
 +
|Filename of icon
 
|-
 
|-
 
|}
 
|}
Line 21: Line 26:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|valign="top"|Add Object
 +
|valign="top"|existing as Object | newobject as Character, class as Character
 +
|valign="top"|Add an existing object or a new object, in which case the object's class must also be specified
 +
|-
 +
|valign="top"|ShowMessage
 +
|valign="top"|title as Character, message as Character
 +
|valign="top"|Display the specified message under the specified title
 
|-
 
|-
 
|}
 
|}

Revision as of 11:51, 15 January 2013

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Icon W Character Filename of icon

Methods

This class supports the Common Methods plus the following:

Method Args Description
Add Object existing as Object | newobject as Character, class as Character Add an existing object or a new object, in which case the object's class must also be specified
ShowMessage title as Character, message as Character Display the specified message under the specified title

Events

This class supports the Common Events plus the following:

Event Args Description