Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / TabControl

TabControl

TabControl

Great Reads

by Richard James Moss
This article describes adding design time support for a TabControl-like component which renders the same way the Project Properties in Visual Studio 2012.
by PIEBALDconsult
A binary search technique to determine which TabPage of a TabControl was clicked
by Lutosław
This method, although it doesn't use binary search, handles Multiline tab pages too.private static intGetTabIndexAt( System.Windows.Forms.TabControl tabControl, System.Drawing.Point point){ int result = -1; if (tabControl != null) { for (int i = 0;...
by Kabwla.Phone
Determine visibility in complex (or composite) form

Latest Articles

by Richard James Moss
This article describes adding design time support for a TabControl-like component which renders the same way the Project Properties in Visual Studio 2012.
by PIEBALDconsult
A binary search technique to determine which TabPage of a TabControl was clicked
by Lutosław
This method, although it doesn't use binary search, handles Multiline tab pages too.private static intGetTabIndexAt( System.Windows.Forms.TabControl tabControl, System.Drawing.Point point){ int result = -1; if (tabControl != null) { for (int i = 0;...
by Kabwla.Phone
Determine visibility in complex (or composite) form

All Articles

Sort by Score

TabControl 

by PIEBALDconsult
A binary search technique to determine which TabPage of a TabControl was clicked
by Lutosław
This method, although it doesn't use binary search, handles Multiline tab pages too.private static intGetTabIndexAt( System.Windows.Forms.TabControl tabControl, System.Drawing.Point point){ int result = -1; if (tabControl != null) { for (int i = 0;...
by Kabwla.Phone
Determine visibility in complex (or composite) form
by Kabwla.Phone
Set visibility in complex (or composite) form.
by Kamilche
How to make your RadioButtonList look and work like a normal HTML tab control.
by Brian C Hart
This tip shows how to add support for New Horizontal Tab Group and New Vertical Tab Group commands to the Window menu of an application using the DockPanel Suite by Weifen Luo, and some other minor improvements to help decided if at least one of your windows is docked to the side of the main form an
by _Noctis_
Use a project with a TabControl to quickly test theories, questions, problems