Click or drag to resize
CheckBoxProperties Methods

The CheckBoxProperties type exposes the following members.

Methods
  NameDescription
Public methodGetDefaultValue
Gets the default value. The DefaultValue property can be used directly to obtain the typed default value.
(Inherited from FormComponentPropertiesTValue.)
Public methodSetDefaultValue
Sets the default value to value. The value must be of type TValue or an exception is thrown. The DefaultValue property can be used directly to set the typed default value.
(Inherited from FormComponentPropertiesTValue.)
Top
See Also