ConnectionDialog.SetConnectButtonText(String) Method

Definition

Used to set the text to use instead of "Connect" for the Connect button.

public:
 void SetConnectButtonText(System::String ^ newText);
public void SetConnectButtonText (string newText);
member this.SetConnectButtonText : string -> unit
Public Sub SetConnectButtonText (newText As String)

Parameters

newText
String

The new text. Cannot be a null value.

Applies to