DataConnectionDialog.HeaderLabel 属性

定义

检索或设置在 "数据连接" 对话框的开头显示的摘要说明。

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

属性值

String

返回对话框标题标签的字符串文本值,如果未设置任何值,则返回 null。

适用于