Represents a collection of TabPage objects.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.1.9

Syntax

C#
public class TabPageCollection : CollectionBase, 
	INotifyPropertyChanged
Visual Basic (Declaration)
Public Class TabPageCollection _
	Inherits CollectionBase _
	Implements INotifyPropertyChanged
Visual C++
public ref class TabPageCollection : public CollectionBase, 
	INotifyPropertyChanged

Remarks

Provides methods for adding, inserting, removing, clearing as well as getting TabPage objects.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    BeeMobile.ToolBar..::.TabPageCollection

See Also