IVsDataConnectionDialog.AcceptButtonText Property

Definition

Gets or sets the text displayed on the button the user clicks to accept the contents of the Add Connection dialog box, and then returns from the ShowDialog() method.

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

Property Value

The string value displayed on the button the user clicks to accept the contents of the dialog box.

Applies to