_OlkOptionButton.Value Property

Definition

Returns or sets an Object that represents 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 option button control, the value is either True or False, representing whether the button has been selected or not. The default value is False.

Applies to