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.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 +
====Description====
 +
[[{{ns:file}}:optionbutton_optiongroup.png|link={{filepath:optionbutton_optiongroup.png}}|Optionbutton, Optiongroup]]
 +
 +
An [[Optiongroup]] is a labelled containers for Optionbutton controls.  Optionbuttons in the group act like radio buttons with a single button on (True) and all other buttons in the group off (False).
  
 
====Properties====
 
====Properties====

Revision as of 11:36, 29 March 2018

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

Description

Optionbutton, Optiongroup

An Optiongroup is a labelled containers for Optionbutton controls. Optionbuttons in the group act like radio buttons with a single button on (True) and all other buttons in the group off (False).

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Backstyle RW Numeric Background style: 0 = transparent, 1 = opaque
Caption RW Character Text displayed in the button
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