| Package | com.theriabook.controls |
| Class | public class CheckBox3Stated |
| Inheritance | CheckBox3Stated mx.controls.CheckBox |
| Property | Defined by | ||
|---|---|---|---|
| thirdState : Boolean | CheckBox3Stated | ||
| thirdStatePolicy : String = "selectedStatePriority" | CheckBox3Stated | ||
| Method | Defined by | ||
|---|---|---|---|
| CheckBox3Stated | |||
| thirdState | property |
thirdState:Boolean [read-write]This property can be used as the source for data binding.
Implementation public function get thirdState():Boolean
public function set thirdState(value:Boolean):void
| thirdStatePolicy | property |
public var thirdStatePolicy:String = "selectedStatePriority"
| CheckBox3Stated | () | constructor |
public function CheckBox3Stated()