System.Windows.Forms.CheckBox.ThreeState Property

Gets or sets a value indicating whether the System.Windows.Forms.CheckBox will allow three check states rather than two.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool ThreeState { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the CheckBox.ThreeState property is set to false, the CheckBox.CheckState property value can only be set to the Indeterminate value of System.Windows.Forms.CheckState in code and not by user interaction.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0