_OlkOptionButton.Caption Property

Definition

Returns or sets a String (string in C#) that appears on an object to identify or describe it. Read/write.

public:
 property System::String ^ Caption { System::String ^ get(); void set(System::String ^ value); };
public string Caption { get; set; }
Public Property Caption As String

Property Value

Remarks

The default value is based on the control's name. The position of the caption relative to the check box is determined by the Alignment property.

Applies to