Difference between revisions of "Checkbox"

From Lianjapedia
Jump to: navigation, search
(Properties)
(Properties)
Line 18: Line 18:
 
|boolean
 
|boolean
 
|Checkbox's current value
 
|Checkbox's current value
 +
|-
 +
|Readonly
 +
|RW
 +
|boolean
 +
|Enable/disable the checkbox
 
|-
 
|-
 
|}
 
|}

Revision as of 11:35, 14 April 2011

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Caption RW string Text displayed next to checkbox
Value RW boolean Checkbox's current value
Readonly RW boolean Enable/disable the checkbox

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