DatabaseConnectionControl.SecondControlInAPair 属性

获取或设置一个值,该值指示此控件是否为窗体上一对控件中的第二个控件。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.UI
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public WriteOnly Property SecondControlInAPair As Boolean
    Set
[BrowsableAttribute(false)]
public bool SecondControlInAPair { set; }
[BrowsableAttribute(false)]
public:
property bool SecondControlInAPair {
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member SecondControlInAPair : bool with get, set
function set SecondControlInAPair (value : boolean)

属性值

类型:System.Boolean

备注

如果您设置了此属性,它将导致按钮上的加速键更改,以便它们不冲突。

.NET Framework 安全性

请参见

参考

DatabaseConnectionControl 类

Microsoft.VisualStudio.Data.Schema.Package.UI 命名空间