_OlkOptionButton.Caption 属性

定义

返回或设置 C# ) 中的 字符串 (字符串,该 字符串 显示在对象上以标识或描述它。 读/写。

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

属性值

注解

默认值基于控件的名称。 标题相对于复选框的位置由 Alignment 属性确定。

适用于