_OlkFrameHeader.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

属性值

注解

默认值为空字符串。 窗体设计器将此属性设置为控件的默认名称。

适用于