TabControl..::..TabPages Property

Gets the tab pages.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public TabPageCollection TabPages { get; set; }
Public Property TabPages As TabPageCollection
	Get
	Set
public:
property TabPageCollection^ TabPages {
	TabPageCollection^ get ();
	void set (TabPageCollection^ value);
}

Field Value

The tab pages.