How to disable a tab page
Hi everyone,
I have created a sheet (from CPropertySheet) that has in it 2 tab pages (from CPropertyPage), namely, m_tab1 and m_tab2.
How may one disable the entire tab (for example, m_tab1)? such that the entire m_tab1 is grayed out, and inactive? (not just disabling each item in the tab)
Please help.
Thank you very much.
tiff.
Re: How to disable a tab page
hello
I dont know if this is possible but allow me to state my case :D
I have an SDI application with tab ctrl, if you click a button on tab1 the other tabs cannot be click , on this case only a certain button is applicable to be click.
Is there a way to disable the tab?