_OlkOptionButton.Caption 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 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.