AifTabControl.TabPages Property
Obsolete method. Not to be used
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As AifTabControl
Dim value As TabPageCollection
value = instance.TabPages
Syntax
'Declaration
<ObsoleteAttribute("Use AifTabPages instead", False)> _
Public ReadOnly Property TabPages As TabPageCollection
[ObsoleteAttribute("Use AifTabPages instead", false)]
public TabPageCollection TabPages { get; }
[ObsoleteAttribute(L"Use AifTabPages instead", false)]
public:
property TabPageCollection^ TabPages {
TabPageCollection^ get ();
}
/** @property */
public TabPageCollection get_TabPages ()
public function get TabPages () : TabPageCollection
Property Value
Returns TabPageCollection.
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.