TabWorkspace.Pages Property

Gets the collection of pages that the tab workspace uses.

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Public ReadOnly Property Pages As ReadOnlyDictionary(Of Control, TabPage)
'Usage
Dim instance As TabWorkspace
Dim value As ReadOnlyDictionary(Of Control, TabPage)

value = instance.Pages
public ReadOnlyDictionary<Control,TabPage> Pages { get; }
public:
property ReadOnlyDictionary<Control^, TabPage^>^ Pages {
    ReadOnlyDictionary<Control^, TabPage^>^ get ();
}
/** @property */
public ReadOnlyDictionary<Control,TabPage> get_Pages ()
public function get Pages () : ReadOnlyDictionary<Control,TabPage>

See Also

Reference

TabWorkspace Class
TabWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace