_OlkCheckBox.TripleState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.