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 ToolbarItem objects that are in the Toolbar.
Syntax
Visual Basic Overridable Public ReadOnly Property Items As ToolbarItemCollection C# public virtual ToolbarItemCollection Items { get; } Managed C++ public: __property virtual ToolbarItemCollection get_Items(); JScript public function get Items() : ToolbarItemCollection;
Possible Values
oColl The ToolbarItemCollection for the control. The property is read-only. The property has no default value.
Applies To
TOOLBAR
See Also