AifTabControl.AifTabPages Property
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.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As AifTabControl
Dim value As ReadOnlyCollection(Of TabPage)
value = instance.AifTabPages
Syntax
'Declaration
Public ReadOnly Property AifTabPages As ReadOnlyCollection(Of TabPage)
public ReadOnlyCollection<TabPage> AifTabPages { get; }
public:
property ReadOnlyCollection<TabPage^>^ AifTabPages {
ReadOnlyCollection<TabPage^>^ get ();
}
/** @property */
public ReadOnlyCollection<TabPage> get_AifTabPages ()
public function get AifTabPages () : ReadOnlyCollection<TabPage>
Property Value
Type: ReadOnlyCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AifTabControl Class
AifTabControl Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.