Items Property

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