ButtonPanel.AutoAttachToForm Property
Gets or sets a value indicating whether the button panel is automatically attached to the form.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Property AutoAttachToForm As Boolean
Get
Set
'Usage
Dim instance As ButtonPanel
Dim value As Boolean
value = instance.AutoAttachToForm
instance.AutoAttachToForm = value
public bool AutoAttachToForm { get; set; }
public:
property bool AutoAttachToForm {
bool get ();
void set (bool value);
}
member AutoAttachToForm : bool with get, set
function get AutoAttachToForm () : boolean
function set AutoAttachToForm (value : boolean)
Property Value
Type: System.Boolean
True if the button panel is attached to the form; otherwise, false.