See Also

ToolbarDropDown Class  | ToolbarDropDown 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 > ToolbarDropDown Class : Items Property (ToolbarDropDown)

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

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

Return Type

A ToolbarDropDownCollection which manages the ToolbarDropDownItems types on the dropdown.

Remarks

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

Requirements

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

See Also

ToolbarDropDown Class  | ToolbarDropDown Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.