xtd 0.2.0
Loading...
Searching...
No Matches

◆ three_state() [2/2]

virtual light_button & xtd::forms::light_button::three_state ( bool  three_state)
virtual

Gets a value indicating whether the light_button will allow three check states rather than two.

Parameters
three_statetrue if the light_button is able to display three check states; otherwise, false. The default value is false.
Remarks
If the three_state property is set to false, the check_state property value can only be set to the indeterminate value of xtd.forms.check_state in code and not by user interaction.