Items Property
Retrieves the collection of items in the ToolbarDropDownList control.
Syntax
Visual Basic Overridable Public ReadOnly Property Items As ListItemCollection C# public virtual ListItemCollection Items { get; } Managed C++ public: __property virtual ListItemCollection get_Items(); JScript public function get Items() : ListItemCollection;
Possible Values
oItems ListItemCollection. Collection of items in the ToolbarDropDownList control. The property is read-only. The property has no default value.
Applies To
TOOLBARDROPDOWNLIST
See Also