AifTabControl.Pages 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::Collections::ObjectModel::ReadOnlyDictionary<System::Windows::Forms::Control ^, System::Windows::Forms::TabPage ^> ^ Pages { System::Collections::ObjectModel::ReadOnlyDictionary<System::Windows::Forms::Control ^, System::Windows::Forms::TabPage ^> ^ get(); };
[System.Obsolete("Use AifTabPages instead", false)]
public System.Collections.ObjectModel.ReadOnlyDictionary<System.Windows.Forms.Control,System.Windows.Forms.TabPage> Pages { get; }
[<System.Obsolete("Use AifTabPages instead", false)>]
member this.Pages : System.Collections.ObjectModel.ReadOnlyDictionary<System.Windows.Forms.Control, System.Windows.Forms.TabPage>
Public ReadOnly Property Pages As ReadOnlyDictionary(Of Control, TabPage)
Property Value
- Attributes