Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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