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 control.
Syntax
Visual Basic Overridable Public ReadOnly Property Items As TabItemCollection C# public virtual TabItemCollection Items { get; } Managed C++ public: __property virtual TabItemCollection get_Items(); JScript public function get Items() : TabItemCollection;
Possible Values
oColl The collection of Items in the control. The property is read-only. The property has no default value.
Applies To
TABSTRIP
See Also
Internet Explorer WebControls, About the TabStrip WebControl