Gets or sets the text of "advanced properties" button.
Namespace: ZsZ_Studio.ControlsAssembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
public string TextOfAdvancedPropertiesButton { get; set; }
public string TextOfAdvancedPropertiesButton { get; set; }
Public Property TextOfAdvancedPropertiesButton As String
Get
Set
Public Property TextOfAdvancedPropertiesButton As String
Get
Set
public:
property String^ TextOfAdvancedPropertiesButton {
String^ get ();
void set (String^ value);
}
public:
property String^ TextOfAdvancedPropertiesButton {
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.TextOfAdvancedPropertiesButton = ">"
Me.Controls.Add(scc)
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)
scc.TextOfAdvancedPropertiesButton = ">"
Me.Controls.Add(scc)