Share via


InformationPanel.Items Property

Gets all the items that belong to a ToolStrip.

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

Syntax

'Declaration
Protected ReadOnly Property Items As ToolStripItemCollection
    Get
'Usage
Dim value As ToolStripItemCollection

value = Me.Items
protected ToolStripItemCollection Items { get; }
protected:
property ToolStripItemCollection^ Items {
    ToolStripItemCollection^ get ();
}
member Items : ToolStripItemCollection
function get Items () : ToolStripItemCollection

Property Value

Type: System.Windows.Forms.ToolStripItemCollection
An object of type ToolStripItemCollection, representing all the elements contained by a ToolStrip.