DataConnectionDialog.AcceptButtonText Property

Definition

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

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

Property Value

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

Applies to