_OlkCheckBox.TripleState Property

Definition

Returns or sets a Boolean (bool in C#) that specifies whether a user can specify in the user interface the Null state for the control. Read/write.

public:
 property bool TripleState { bool get(); void set(bool value); };
public bool TripleState { get; set; }
Public Property TripleState As Boolean

Property Value

Remarks

If this property is True, the check box clicks through the three states. If this property is False, the check box supports only the True and False states. The default value is False.

Applies to