AifTabControl.TabPages 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.
Caution
Use AifTabPages instead
Obsolete method. Not to be used
public:
property System::Windows::Forms::TabControl::TabPageCollection ^ TabPages { System::Windows::Forms::TabControl::TabPageCollection ^ get(); };
[System.Obsolete("Use AifTabPages instead", false)]
public System.Windows.Forms.TabControl.TabPageCollection TabPages { get; }
[<System.Obsolete("Use AifTabPages instead", false)>]
member this.TabPages : System.Windows.Forms.TabControl.TabPageCollection
Public ReadOnly Property TabPages As TabControl.TabPageCollection
Property Value
Returns TabControl.TabPageCollection.
- Attributes