AifTabControl.AifTabPages Property

Definition

Gets the collection of TabPages that the TabControl uses. The "Tag" value of each TabPage contains the hosted application itself and is used to get the hosted application when we know the TabPage.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Forms::TabPage ^> ^ AifTabPages { System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Forms::TabPage ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Forms.TabPage> AifTabPages { get; }
member this.AifTabPages : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Forms.TabPage>
Public ReadOnly Property AifTabPages As ReadOnlyCollection(Of TabPage)

Property Value

Applies to