Skip to content

Commit 69bfde1

Browse files
authored
Merge pull request #2749 from Miepee/patch-5
Mention documentcontrol in tabcontrol documentation
2 parents 6be8ecb + 8a3a832 commit 69bfde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Eto/Forms/Controls/TabControl.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace Eto.Forms;
55
/// </summary>
66
/// <remarks>
77
/// Some platforms (e.g. OS X) have limitations on how many tabs are visible.
8-
/// It is advised to utilize different methods (e.g. a listbox or combo box) to switch between many sections
8+
/// It is advised to utilize different methods (e.g. a DocumentControl, listbox or combo box) to switch between many sections
99
/// if there are too many tabs.
1010
/// </remarks>
1111
[ContentProperty("Pages")]
@@ -244,4 +244,4 @@ public void OnSelectedIndexChanged(TabControl widget, EventArgs e)
244244
}
245245

246246
#endregion
247-
}
247+
}

0 commit comments

Comments
 (0)