Difference between revisions of "Optionbutton"

From Lianjapedia
Jump to: navigation, search
Line 1: Line 1:
 +
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 
====Properties====
 
====Properties====
  
Line 11: Line 13:
 
|Caption
 
|Caption
 
|RW
 
|RW
|
+
|Character
|
+
|Text displayed in the button
 
|-
 
|-
|Backstyle
+
|valign="top"|Backstyle
|RW
+
|valign="top"|RW
|
+
|valign="top"|Numeric
|
+
|valign="top"|Background style: 0 = transparent, 1 = opaque
 
|-
 
|-
|Picture
+
|valign="top"|Picture
|RW
+
|valign="top"|RW
|
+
|valign="top"|Character
|
+
|valign="top"|Filename of image displayed in the button
 
|-
 
|-
 
|Value
 
|Value
 
|RW
 
|RW
|
+
|Numeric or Boolean
|
+
|Checked state of the button
 
|-
 
|-
 
|}
 
|}

Revision as of 07:41, 9 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 button
Backstyle RW Numeric Background style: 0 = transparent, 1 = opaque
Picture RW Character Filename of image displayed in the button
Value RW Numeric or Boolean Checked state of the button

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