Share via


ButtonPanel.panel Field

Represents a panel that lays out its content in a grid with rows and columns.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected panel As TableLayoutPanel
'Usage
Dim value As TableLayoutPanel

value = Me.panel

Me.panel = value
protected TableLayoutPanel panel
protected:
TableLayoutPanel^ panel
val mutable panel: TableLayoutPanel
protected var panel : TableLayoutPanel