Dear,
I want to close selected tab through button like below screen see please..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chandu KumawatPosted Jan 30, 2016, 5:26 AM
Raja TPosted Jan 30, 2016, 2:59 AM
Prem Anandh JPosted Jan 30, 2016, 1:57 AM
{
tabControl1.TabPages.RemoveByKey(tabControl1.SelectedTab.Name);
}