SQLConnectionControl AutoRefreshInstancesOnSettingsChanged Property Control Documentation
Auto refresh the instances list, when one property changed from MySettings property category.

Namespace: ZsZ_Studio.Controls
Assembly: SQL.Connection.Control (in SQL.Connection.Control.dll) Version: 1.0.4947.20663 (1.0.0.0)
Syntax

public bool AutoRefreshInstancesOnSettingsChanged { get; set; }

Property Value

Type: OnlineBoolean
Remarks

Examples

(VB.NET) This sample shows how to setup auto refresh property.
Dim scc As New ZsZ_Studio.Controls.SQLConnectionControl
scc.Location = New Point(10, 10)

scc.AutoRefreshInstancesOnSettingsChanged = True

Me.Controls.Add(scc)
See Also