DataConnectionDialog.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.
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.