AifTabControl.AifTabPages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)