IVsDataConnectionDialog.AcceptButtonText Property
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.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Property AcceptButtonText As String
string AcceptButtonText { get; set; }
property String^ AcceptButtonText {
String^ get ();
void set (String^ value);
}
abstract AcceptButtonText : string with get, set
function get AcceptButtonText () : String
function set AcceptButtonText (value : String)
Property Value
Type: System.String
The string value displayed on the button the user clicks to accept the contents of the dialog box.
Remarks
The default value of this property is the string "OK".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.