Gets or sets the text of "connecting" button.
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public string TextOfConnectButton { get; set; }
public string TextOfConnectButton { get; set; }
Public Property TextOfConnectButton As String
Get
Set
Public Property TextOfConnectButton As String
Get
Set
public:
property String^ TextOfConnectButton {
String^ get ();
void set (String^ value);
}
public:
property String^ TextOfConnectButton {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String (VB.NET) This sample shows how to set the text property.
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.TextOfConnectButton = "Test Connection"
Me.Controls.Add(scc)
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.TextOfConnectButton = "Test Connection"
Me.Controls.Add(scc)