DataConnectionDialog.HeaderLabel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索或设置在 "数据连接" 对话框的开头显示的摘要说明。
public:
abstract property System::String ^ HeaderLabel { System::String ^ get(); void set(System::String ^ value); };
public abstract string HeaderLabel { get; set; }
member this.HeaderLabel : string with get, set
Public MustOverride Property HeaderLabel As String
属性值
返回对话框标题标签的字符串文本值,如果未设置任何值,则返回 null。