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