DatabaseConnectionControl.SecondControlInAPair Property
Gets or sets a value that indicates whether this control is the second in a pair of controls on a form.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public WriteOnly Property SecondControlInAPair As Boolean
[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)
Property Value
Type: System.Boolean
Remarks
If you set this property, it will cause the accelerator keys on the buttons to change so that they do not clash.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.