IVsDataConnectionDialog.AcceptButtonText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.