See Also

Toolbar Class  | Toolbar Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Items Property

Dart.PowerWEB.TextBox Namespace > Toolbar Class : Items Property (Toolbar)

Returns a collection which is used to manage the items currently on the toolbar.

[Visual Basic]
<PersistenceModeAttribute()> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.PropertyBuilderEditor, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")> <NotifyParentPropertyAttribute(True)> <DesignerSerializationVisibilityAttribute()> <DescriptionAttribute("Returns the collection of items currently contained on the toolbar.")> Public ReadOnly Property Items As ToolbarItemCollection
[C#]
[PersistenceModeAttribute()] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.PropertyBuilderEditor, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Returns the collection of items currently contained on the toolbar.")] public ToolbarItemCollection Items {get;}
[C++]
[PersistenceModeAttribute()] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.PropertyBuilderEditor, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Returns the collection of items currently contained on the toolbar.")] public: __property ToolbarItemCollection* get_Items();
[C++/CLI]
[PersistenceModeAttribute()] [EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="Dart.PowerWEB.TextBox.PropertyBuilderEditor, Dart.PowerWEB.TextBox, Version=3.1.7.2300, Culture=neutral, PublicKeyToken=5966291b8955e4bb")] [NotifyParentPropertyAttribute(true)] [DesignerSerializationVisibilityAttribute()] [DescriptionAttribute("Returns the collection of items currently contained on the toolbar.")] public: property ToolbarItemCollection^ Items {    ToolbarItemCollection^ get(); }

Return Type

A ToolbarItemCollection which manages the BaseToolbarItem types on the toolbar.

Remarks

Use the members of this collection to configure/manage the items on the Toolbar.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Toolbar Class  | Toolbar Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.