diff --git a/src/Eto/Forms/Controls/TabControl.cs b/src/Eto/Forms/Controls/TabControl.cs index e7d5cea95..fe4005def 100644 --- a/src/Eto/Forms/Controls/TabControl.cs +++ b/src/Eto/Forms/Controls/TabControl.cs @@ -5,7 +5,7 @@ namespace Eto.Forms; /// /// /// Some platforms (e.g. OS X) have limitations on how many tabs are visible. -/// It is advised to utilize different methods (e.g. a listbox or combo box) to switch between many sections +/// It is advised to utilize different methods (e.g. a DocumentControl, listbox or combo box) to switch between many sections /// if there are too many tabs. /// [ContentProperty("Pages")] @@ -244,4 +244,4 @@ public void OnSelectedIndexChanged(TabControl widget, EventArgs e) } #endregion -} \ No newline at end of file +}