_OlkCheckBox.Value Property

Definition

Returns or sets an Object that specifies the state of the control. Read/write.

public:
 property System::Object ^ default { System::Object ^ get(); void set(System::Object ^ value); };
public object this { get; set; }
Default Public Property Value As Object

Property Value

Remarks

For the check box control, this property is True or False, or if the TripleState property is set, the Value property can also be Nothing (a null reference (Nothing in Visual Basic) in C#). The default value is False.

Applies to