Difference between revisions of "MenuItem"

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
 +
|-
 +
|Caption
 +
|RW
 +
|Character
 +
|Text displayed in the object's caption
 +
|-
 +
|Picture
 +
|RW
 +
|Character
 +
|Filename of image displayed
 +
|-
 +
|Command
 +
|RW
 +
|Character
 +
|Command run when MenuItem is clicked
 
|-
 
|-
 
|}
 
|}

Revision as of 11:36, 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
Caption RW Character Text displayed in the object's caption
Picture RW Character Filename of image displayed
Command RW Character Command run when MenuItem is clicked

Methods

This class supports the Common Methods plus the following:

Method Args Description

Events

This class supports the Common Events plus the following:

Event Args Description