TabWorkspace.Pages Property

Definition

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(); };
public System.Collections.ObjectModel.ReadOnlyDictionary<System.Windows.Forms.Control,System.Windows.Forms.TabPage> Pages { get; }
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

Applies to