DataConnectionDialog.AcceptButtonText 属性

定义

检索或设置在用户单击以接受 "数据连接" 对话框内容的按钮上显示的文本,然后从 ShowDialog() 方法返回。

public:
 abstract property System::String ^ AcceptButtonText { System::String ^ get(); void set(System::String ^ value); };
public abstract string AcceptButtonText { get; set; }
member this.AcceptButtonText : string with get, set
Public MustOverride Property AcceptButtonText As String

属性值

String

返回用户单击以接受对话框内容的按钮上显示的字符串值。

适用于